Check my cookies
This extension helps you to control wich cookies webpages saves of you.
Wat is Check my cookies?
Check my cookies is een Chrome-extensie ontwikkeld door https://oneit.se, en de belangrijkste functie is "This extension helps you to control wich cookies webpages saves of you.".
Extensie Screenshots
Download het CRX-bestand van de extensie Check my cookies
Download Check my cookies-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | idmefaajmbkeajdiafefcleiaihkahnm |
| Officiële URL | https://chromewebstore.google.com/detail/check-my-cookies/idmefaajmbkeajdiafefcleiaihkahnm |
| Beschrijving | This extension helps you to control wich cookies webpages saves of you. |
| Bestandsgrootte | 56.29 KB |
| Aantal Installaties | 11,445 |
| Huidige Versie | 1.0.3 |
| Laatst Bijgewerkt | 2014-09-04 |
| Publicatiedatum | 2014-09-04 |
| Beoordeling | 4.13/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | https://oneit.se |
| Betalingswijze | free |
| Extensiewebsite | http://oneit.se |
| Ondersteunde Talen | 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'"
} | |