Peeshkot

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

Cos'è Peeshkot?

Peeshkot è un'estensione di Chrome sviluppata da Swizec Teller, e la sua funzione principale è "Get rid of annoying EU cookie law notices and automatically opt-in where needed.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Peeshkot

Scarica i file di estensione Peeshkot 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

                        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                    

Informazioni di Base sull'Estensione

Nome Peeshkot Peeshkot
ID idfkeeahcifaocjonphgjmpmmfonahle
URL Ufficiale https://chrome.google.com/webstore/detail/peeshkot/idfkeeahcifaocjonphgjmpmmfonahle
Descrizione Get rid of annoying EU cookie law notices and automatically opt-in where needed.
Dimensione del File 80.07 KB
Conteggio Installazioni 171
Versione Corrente 0.0.3
Ultimo Aggiornamento 2013-07-01
Data di Pubblicazione 2013-07-01
Valutazione 5.00/5 Totale 14 Valutazioni
Sviluppatore Swizec Teller
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/Swizec/Peeshkot
Lingue Supportate 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"
            ]
        }
    ]
}