Cookie Manager
Manage Active Cookies
Cos'è Cookie Manager?
Cookie Manager è un'estensione di Chrome sviluppata da https://www.xtensionizer.com, e la sua funzione principale è "Manage Active Cookies".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cookie Manager
Scarica i file di estensione Cookie Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Cookie is a small piece of data sent from a website and stored on the user's computer by the user's web browser while the user is browsing. It might be required for website or they will harmful if they are from unknown sources and collecting your personal information We provide additional feature to delete all cookies when you close browser. It’s lightweight, quick and easy to understand. Be organized and take control from unknown attacks. Please rate us and give us your feedback if you need any additional feature.
Informazioni di Base sull'Estensione
Nome | Cookie Manager |
ID | mfiipmpdfdpejeenmkcaojbbkajcfkgp |
URL Ufficiale | https://chromewebstore.google.com/detail/cookie-manager/mfiipmpdfdpejeenmkcaojbbkajcfkgp |
Descrizione | Manage Active Cookies |
Dimensione del File | 196 KB |
Conteggio Installazioni | 190 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-03-22 |
Data di Pubblicazione | 2019-09-10 |
Sviluppatore | https://www.xtensionizer.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://xtensionizer.in/privacy.html |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie Manager", "short_name": "CookieMan", "version": "1.0", "description": "Manage Active Cookies", "icons": { "16": "images\/Icon-16.png", "32": "images\/Icon-32.png", "48": "images\/Icon-48.png", "64": "images\/Icon-64.png", "128": "images\/Icon-128.png" }, "permissions": [ "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "19": "images\/Icon-19.png", "38": "images\/Icon-38.png" }, "default_title": "Cookie Manager", "default_popup": "html\/cookieManager.html" }, "background": { "scripts": [ "js\/background.js" ] } } |