Cookie Monster
Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks.
Co to jest Cookie Monster?
Cookie Monster to rozszerzenie Chrome opracowane przez Effectly, a jego główną funkcją jest „Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cookie Monster
Pobierz pliki rozszerzeń Cookie Monster w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
You can clear cookies by right-clicking on the extension icon and choosing "Clear cookies for www.yoursite.com", or by using the context menu by clicking anywhere on a web page.
Podstawowe informacje o rozszerzeniu
Nazwa | Cookie Monster |
ID | jfkoalecneiebaipoefmcifnmdgfmfna |
Oficjalny URL | https://chromewebstore.google.com/detail/cookie-monster/jfkoalecneiebaipoefmcifnmdgfmfna |
Opis | Cookie Monster lets you easily clear cookies or local/session storage for the currently open website via a couple of clicks. |
Rozmiar pliku | 16.03 KB |
Liczba instalacji | 136 |
Aktualna Wersja | 1.1.2 |
Ostatnia Aktualizacja | 2023-03-13 |
Data Publikacji | 2021-11-17 |
Deweloper | Effectly |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie Monster", "version": "1.1.2", "description": "Cookie Monster lets you easily clear cookies or local\/session storage for the currently open website via a couple of clicks.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*\/*", "cookies", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } } |