QookieFix
Fix cookie consent
Vad är QookieFix?
QookieFix är en Chrome-tillägg utvecklad av TMN Team, och dess huvudfunktion är "Fix cookie consent".
Tilläggsskärmbilder
Ladda ner QookieFix-förlängningens CRX-fil
Ladda ner QookieFix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | gkfjmfmjckaabogdpclnahenmcijplpe |
| Officiell webbadress | https://chromewebstore.google.com/detail/qookiefix/gkfjmfmjckaabogdpclnahenmcijplpe |
| Beskrivning | Fix cookie consent |
| Filstorlek | 9.6 KB |
| Antal Installationer | 2,362 |
| Aktuell Version | 0.1.27 |
| Senast Uppdaterad | 2019-09-08 |
| Publiceringsdatum | 2019-09-07 |
| Betyg | 4.56/5 Totalt 16 Betyg |
| Utvecklare | TMN Team |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/vtoubiana/QookieFix |
| Stödda Språk | 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
}
]
} | |