Disable Cookies

Disable cookies on current site

What is Disable Cookies?

Disable Cookies is a Chrome extension developed by https://singleclickapps.com, and its main feature is "Disable cookies on current site".

Extension Screenshots

screenshot
screenshot

Download Disable Cookies Extension CRX File

Download Disable 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

                        Use this extension to disable/enable cookies on the current site. 

It's a simple switch: click to disable, click to enable.

It works on "per host" basis and will disable cookies for the domain only (the site opened in the currently selected tab). It will not stop third-party cookies set by the current site (analytics etc.) -- to disable third-party cookies you should use the respective content settings (chrome://settings/content/cookies)

When you disable cookies, it will delete cookies set by this site and will reload the current page. (Auto-reload/delete can be disabled in the Options page) 

There are some options available, but basically, the extension does just that and nothing more.                    

Extension Basic Information

Name Disable Cookies Disable Cookies
ID lkmjmficaoifggpfapbffkggecbleang
Official URL https://chromewebstore.google.com/detail/disable-cookies/lkmjmficaoifggpfapbffkggecbleang
Description Disable cookies on current site
File Size 57.9 KB
Installation Count 26,871
Current Version 1.4.0
Last Updated 2020-03-20
Publish Date 2020-03-19
Rating 3.90/5 Total 39 Ratings
Developer https://singleclickapps.com
Email [email protected]
Payment Type free
Extension Website http://singleclickapps.com/disable-cookies/
Privacy Policy Page URL https://singleclickapps.com/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Cookies",
    "version": "1.4.0",
    "minimum_chrome_version": "16.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/disable-cookies",
    "description": "Disable cookies on current site",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contentSettings",
        "contextMenus",
        "browsingData",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Disable Cookies"
    },
    "incognito": "spanning",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html"
}