Disable Cookies
Disable cookies on current site
Co je Disable Cookies?
Disable Cookies je rozšíření Chrome vyvinuté https://singleclickapps.com, a jeho hlavní funkcí je „Disable cookies on current site“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Disable Cookies
Stáhněte si soubory rozšíření Disable Cookies ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Disable Cookies |
ID | lkmjmficaoifggpfapbffkggecbleang |
Oficiální URL | https://chromewebstore.google.com/detail/disable-cookies/lkmjmficaoifggpfapbffkggecbleang |
Popis | Disable cookies on current site |
Velikost souboru | 57.9 KB |
Počet instalací | 26,871 |
Aktuální Verze | 1.4.0 |
Poslední Aktualizace | 2020-03-20 |
Datum Vydání | 2020-03-19 |
Hodnocení | 3.90/5 Celkem 39 Hodnocení |
Vývojář | https://singleclickapps.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://singleclickapps.com/disable-cookies/ |
URL Stránky Zásad Ochrany Soukromí | https://singleclickapps.com/privacy.html |
Podporované Jazyky | 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" } |