Peeshkot

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

¿Qué es Peeshkot?

Peeshkot es una extensión de Chrome desarrollada por Swizec Teller, y su función principal es "Get rid of annoying EU cookie law notices and automatically opt-in where needed.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Peeshkot

Descarga archivos de extensión Peeshkot en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Peeshkot Peeshkot
ID idfkeeahcifaocjonphgjmpmmfonahle
URL Oficial https://chrome.google.com/webstore/detail/peeshkot/idfkeeahcifaocjonphgjmpmmfonahle
Descripción Get rid of annoying EU cookie law notices and automatically opt-in where needed.
Tamaño del Archivo 80.07 KB
Cantidad de Instalaciones 171
Versión Actual 0.0.3
Última Actualización 2013-07-01
Fecha de Publicación 2013-07-01
Calificación 5.00/5 Total de 14 Calificaciones
Desarrollador Swizec Teller
Tipo de Pago free
URL de la Página de Ayuda https://github.com/Swizec/Peeshkot
Idiomas Soportados 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"
            ]
        }
    ]
}