Cookie Manager
Manage Active Cookies
Hvad er Cookie Manager?
Cookie Manager er en Chrome-udvidelse udviklet af https://www.xtensionizer.com, og dens hovedfunktion er "Manage Active Cookies".
Udvidelsesskærmbilleder
Download Cookie Manager-udvidelses-CRX-fil
Download Cookie Manager-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Cookie Manager |
ID | mfiipmpdfdpejeenmkcaojbbkajcfkgp |
Officiel URL | https://chromewebstore.google.com/detail/cookie-manager/mfiipmpdfdpejeenmkcaojbbkajcfkgp |
Beskrivelse | Manage Active Cookies |
Filstørrelse | 196 KB |
Antal Installationer | 190 |
Nuværende Version | 1.0 |
Senest Opdateret | 2023-03-22 |
Udgivelsesdato | 2019-09-10 |
Udvikler | https://www.xtensionizer.com |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://xtensionizer.in/privacy.html |
Understøttede Sprog | 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" ] } } |