Peeshkot
Get rid of annoying EU cookie law notices and automatically opt-in where needed.
Wat is Peeshkot?
Peeshkot is een Chrome-extensie ontwikkeld door Swizec Teller, en de belangrijkste functie is "Get rid of annoying EU cookie law notices and automatically opt-in where needed.".
Extensie Screenshots
Download het CRX-bestand van de extensie Peeshkot
Download Peeshkot-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
Peeshkot auto-accepts warnings on various websites affected by the EU Cookie Law. It is able to get rid of most common implementations and detects many homegrown variants with the use of some simple heuristics. If you find a website that doesn't work, please let us know! Developed by @swizec and @eewan
Basisinformatie over de Extensie
Naam | |
ID | idfkeeahcifaocjonphgjmpmmfonahle |
Officiële URL | https://chrome.google.com/webstore/detail/peeshkot/idfkeeahcifaocjonphgjmpmmfonahle |
Beschrijving | Get rid of annoying EU cookie law notices and automatically opt-in where needed. |
Bestandsgrootte | 80.07 KB |
Aantal Installaties | 171 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2013-07-01 |
Publicatiedatum | 2013-07-01 |
Beoordeling | 5.00/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Swizec Teller |
Betalingswijze | free |
Help Pagina-URL | https://github.com/Swizec/Peeshkot |
Ondersteunde Talen | en,sl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Peeshkot", "version": "0.0.3", "manifest_version": 2, "description": "Get rid of annoying EU cookie law notices and automatically opt-in where needed.", "homepage_url": "https:\/\/github.com\/Swizec\/Peeshkot", "icons": { "16": "icons\/peeshkot16.png", "48": "icons\/peeshkot48.png", "128": "icons\/peeshkot128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/zepto.min.js", "src\/bg\/background.js" ], "persistent": false }, "options_page": "src\/options_custom\/index.html", "page_action": { "default_icon": "icons\/peeshkot19.png" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/zepto.min.js", "src\/inject\/inject.js" ] } ] } |