Check my cookies

This extension helps you to control wich cookies webpages saves of you.

Vad är Check my cookies?

Check my cookies är en Chrome-tillägg utvecklad av https://oneit.se, och dess huvudfunktion är "This extension helps you to control wich cookies webpages saves of you.".

Tilläggsskärmbilder

screenshot

Ladda ner Check my cookies-förlängningens CRX-fil

Ladda ner Check my cookies-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Check my cookies Check my cookies
ID idmefaajmbkeajdiafefcleiaihkahnm
Officiell webbadress https://chromewebstore.google.com/detail/check-my-cookies/idmefaajmbkeajdiafefcleiaihkahnm
Beskrivning This extension helps you to control wich cookies webpages saves of you.
Filstorlek 56.29 KB
Antal Installationer 11,445
Aktuell Version 1.0.3
Senast Uppdaterad 2014-09-04
Publiceringsdatum 2014-09-04
Betyg 4.13/5 Totalt 8 Betyg
Utvecklare https://oneit.se
Betalningssätt free
Tilläggswebbplats http://oneit.se
Stödda Språk 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'"
}