Check my cookies

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

What is Check my cookies?

Check my cookies is a Chrome extension developed by https://oneit.se, and its main feature is "This extension helps you to control wich cookies webpages saves of you.".

Extension Screenshots

screenshot

Download Check my cookies Extension CRX File

Download Check my cookies extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Check my cookies Check my cookies
ID idmefaajmbkeajdiafefcleiaihkahnm
Official URL https://chromewebstore.google.com/detail/check-my-cookies/idmefaajmbkeajdiafefcleiaihkahnm
Description This extension helps you to control wich cookies webpages saves of you.
File Size 56.29 KB
Installation Count 11,445
Current Version 1.0.3
Last Updated 2014-09-04
Publish Date 2014-09-04
Rating 4.13/5 Total 8 Ratings
Developer https://oneit.se
Payment Type free
Extension Website http://oneit.se
Supported Languages 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'"
}