Peeshkot

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

Was ist Peeshkot?

Peeshkot ist eine Chrome-Erweiterung, die von Swizec Teller entwickelt wurde, und ihr Hauptmerkmal ist "Get rid of annoying EU cookie law notices and automatically opt-in where needed.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Peeshkot-Erweiterungs-CRX-Datei herunterladen

Laden Sie Peeshkot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Peeshkot Peeshkot
ID idfkeeahcifaocjonphgjmpmmfonahle
Offizielle URL https://chrome.google.com/webstore/detail/peeshkot/idfkeeahcifaocjonphgjmpmmfonahle
Beschreibung Get rid of annoying EU cookie law notices and automatically opt-in where needed.
Dateigröße 80.07 KB
Installationsanzahl 171
Aktuelle Version 0.0.3
Letztes Update 2013-07-01
Veröffentlichungsdatum 2013-07-01
Bewertung 5.00/5 Insgesamt 14 Bewertungen
Entwickler Swizec Teller
Zahlungsart free
Hilfeseite URL https://github.com/Swizec/Peeshkot
Unterstützte Sprachen 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"
            ]
        }
    ]
}