QookieFix
Fix cookie consent
Cos'è QookieFix?
QookieFix è un'estensione di Chrome sviluppata da TMN Team, e la sua funzione principale è "Fix cookie consent".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QookieFix
Scarica i file di estensione QookieFix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Many websites implment Quantcast cookie banners but do not offer a simple way to opt-out. This extension adds a "I Refuse" button to Quantcast cookie banners.
Clicking on "I refuse" will opt you out for all tracking purposes at once instead of requiring you to opt-out to purposes one by one. Informazioni di Base sull'Estensione
| Nome | |
| ID | gkfjmfmjckaabogdpclnahenmcijplpe |
| URL Ufficiale | https://chromewebstore.google.com/detail/qookiefix/gkfjmfmjckaabogdpclnahenmcijplpe |
| Descrizione | Fix cookie consent |
| Dimensione del File | 9.6 KB |
| Conteggio Installazioni | 2,362 |
| Versione Corrente | 0.1.27 |
| Ultimo Aggiornamento | 2019-09-08 |
| Data di Pubblicazione | 2019-09-07 |
| Valutazione | 4.56/5 Totale 16 Valutazioni |
| Sviluppatore | TMN Team |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/vtoubiana/QookieFix |
| Lingue Supportate | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QookieFix",
"version": "0.1.27",
"description": "Fix cookie consent",
"author": "Vincent Toubiana",
"default_locale": "en",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [
"QookieFixScript.js"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"qookie.js"
],
"run_at": "document_end",
"all_frames": false
}
]
} | |