Disable cookies - auto disable popup cookies
This extension click for you on "Just functional cookies" button
What is Disable cookies - auto disable popup cookies?
Disable cookies - auto disable popup cookies is a Chrome extension developed by Hugo Levet, and its main feature is "This extension click for you on "Just functional cookies" button".
Extension Screenshots
Download Disable cookies - auto disable popup cookies Extension CRX File
Download Disable cookies - auto disable popup 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
When you arrive on a website you should uncheck cookies approbation. It's very boring and it takes time. This extension do the dirty work for you: - It clicks on uncheck button - It removes cookies information's popup
Extension Basic Information
Name | Disable cookies - auto disable popup cookies |
ID | icifceekaomdahfoiipifbhbkgbnmicj |
Official URL | https://chromewebstore.google.com/detail/disable-cookies-auto-disa/icifceekaomdahfoiipifbhbkgbnmicj |
Description | This extension click for you on "Just functional cookies" button |
File Size | 17.6 KB |
Installation Count | 666 |
Current Version | 2.3.0 |
Last Updated | 2021-09-29 |
Publish Date | 2021-04-14 |
Rating | 3.00/5 Total 4 Ratings |
Developer | Hugo Levet |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://hugolevet.fr/p/disable-cookies-privacy.html |
Supported Languages | de,en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.3.0", "name": "__MSG_extensionFullTitle__", "description": "__MSG_description__", "default_locale": "en", "icons": { "128": "128.png" }, "offline_enabled": true, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_title": "__MSG_extensionFullTitle__", "default_popup": "index.html" }, "permissions": [ "storage" ] } |