Disable cookies - auto disable popup cookies
This extension click for you on "Just functional cookies" button
Wat is Disable cookies - auto disable popup cookies?
Disable cookies - auto disable popup cookies is een Chrome-extensie ontwikkeld door Hugo Levet, en de belangrijkste functie is "This extension click for you on "Just functional cookies" button".
Extensie Screenshots
Download het CRX-bestand van de extensie Disable cookies - auto disable popup cookies
Download Disable cookies - auto disable popup cookies-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Disable cookies - auto disable popup cookies |
ID | icifceekaomdahfoiipifbhbkgbnmicj |
Officiële URL | https://chromewebstore.google.com/detail/disable-cookies-auto-disa/icifceekaomdahfoiipifbhbkgbnmicj |
Beschrijving | This extension click for you on "Just functional cookies" button |
Bestandsgrootte | 17.6 KB |
Aantal Installaties | 666 |
Huidige Versie | 2.3.0 |
Laatst Bijgewerkt | 2021-09-29 |
Publicatiedatum | 2021-04-14 |
Beoordeling | 3.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Hugo Levet |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://hugolevet.fr/p/disable-cookies-privacy.html |
Ondersteunde Talen | 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" ] } |