This sample demonstrates the chrome.cookies
API by letting a user delete their cookies via a popup UI.
The extension uses chrome.cookies.getAll()
and chrome.cookies.remove()
to delete the user's cookies when prompted.
- Clone this repository.
- Load this directory in Chrome as an unpacked extension.
- Pin the extension to the taskbar to access the action button.
- Open the extension popup by clicking the action button and interact with the UI.