Check my cookies
This extension helps you to control wich cookies webpages saves of you.
Was ist Check my cookies?
Check my cookies ist eine Chrome-Erweiterung, die von https://oneit.se entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps you to control wich cookies webpages saves of you.".
Erweiterungsscreenshots
Check my cookies-Erweiterungs-CRX-Datei herunterladen
Laden Sie Check my cookies-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This is a simple cookie checker. You can easily check and inspect the cookies each domain has saved for you. It's a great way to see how websites tracks you and keep information about you.
You can also delete cookies you don't want the website to keep. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | idmefaajmbkeajdiafefcleiaihkahnm |
| Offizielle URL | https://chromewebstore.google.com/detail/check-my-cookies/idmefaajmbkeajdiafefcleiaihkahnm |
| Beschreibung | This extension helps you to control wich cookies webpages saves of you. |
| Dateigröße | 56.29 KB |
| Installationsanzahl | 11,445 |
| Aktuelle Version | 1.0.3 |
| Letztes Update | 2014-09-04 |
| Veröffentlichungsdatum | 2014-09-04 |
| Bewertung | 4.13/5 Insgesamt 8 Bewertungen |
| Entwickler | https://oneit.se |
| Zahlungsart | free |
| Erweiterungswebsite | http://oneit.se |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Check my cookies",
"description": "This extension helps you to control wich cookies webpages saves of you.",
"version": "1.0.3",
"offline_enabled": true,
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"cookies",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"background"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |