Peeshkot

Get rid of annoying EU cookie law notices and automatically opt-in where needed.

Qu'est-ce que Peeshkot ?

Peeshkot est une extension Chrome développée par Swizec Teller, et sa fonction principale est "Get rid of annoying EU cookie law notices and automatically opt-in where needed.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Peeshkot

Téléchargez les fichiers d'extension Peeshkot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Peeshkot Peeshkot
ID idfkeeahcifaocjonphgjmpmmfonahle
URL Officiel https://chrome.google.com/webstore/detail/peeshkot/idfkeeahcifaocjonphgjmpmmfonahle
Description Get rid of annoying EU cookie law notices and automatically opt-in where needed.
Taille du Fichier 80.07 KB
Nombre d'Installations 171
Version Actuelle 0.0.3
Dernière Mise à Jour 2013-07-01
Date de Publication 2013-07-01
Évaluation 5.00/5 Total 14 Évaluations
Développeur Swizec Teller
Type de Paiement free
URL de la Page d'Aide https://github.com/Swizec/Peeshkot
Langues Prises en Charge 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"
            ]
        }
    ]
}