Cookie Fucker
Removes all cookie warnings. Light and open-sourced.
Wat is Cookie Fucker?
Cookie Fucker is een Chrome-extensie ontwikkeld door siffash, en de belangrijkste functie is "Removes all cookie warnings. Light and open-sourced.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cookie Fucker
Download Cookie Fucker-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
Tired of cookie warnings? This extension removes all of them! No ads, no bullshit, just plain open-source code: https://github.com/siffash/cookie-fucker This is the only extension that does not contain huge databases with tons of rules specific for each website. Instead of that the light yet very intelligent algorithm does quick analysis of a webpage and automatically removes all annoying cookie notifications. Want to know what all the fuss is about and the reason site owners add these warnings? Learn more about General Data Protection Regulation (GDPR): https://en.wikipedia.org/wiki/General_Data_Protection_Regulation
Basisinformatie over de Extensie
Naam | Cookie Fucker |
ID | elklahjjpedpdjkojcehflijmfeeejhc |
Officiële URL | https://chromewebstore.google.com/detail/cookie-fucker/elklahjjpedpdjkojcehflijmfeeejhc |
Beschrijving | Removes all cookie warnings. Light and open-sourced. |
Bestandsgrootte | 28.03 KB |
Aantal Installaties | 941 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2019-06-20 |
Publicatiedatum | 2019-06-20 |
Beoordeling | 3.97/5 Totaal 33 Beoordelingen |
Ontwikkelaar | siffash |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cookie Fucker", "version": "2.0.1", "description": "Removes all cookie warnings. Light and open-sourced.", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "js": [ "contentScript.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" } }, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "manifest_version": 2 } |