Manage cookies using Chrome API
This project is an extension of "Cookie Test" form the Google API Examples.
The "Minimis" extended cookie management uses content injection to allow a page to erase all it's cookies (especially the HttpOnly ones).
The loaded page only needs to issue the command:
window.postMessage({ type: "ERASE_COOKIES", text: document.domain }, "*");