Peeshkot

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

Τι είναι το Peeshkot;

Το Peeshkot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Swizec Teller, και η κύρια λειτουργία του είναι "Get rid of annoying EU cookie law notices and automatically opt-in where needed.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Peeshkot

Λήψη αρχείων επέκτασης Peeshkot σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Peeshkot Peeshkot
ID idfkeeahcifaocjonphgjmpmmfonahle
Επίσημο URL https://chrome.google.com/webstore/detail/peeshkot/idfkeeahcifaocjonphgjmpmmfonahle
Περιγραφή Get rid of annoying EU cookie law notices and automatically opt-in where needed.
Μέγεθος Αρχείου 80.07 KB
Αριθμός Εγκαταστάσεων 171
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2013-07-01
Ημερομηνία Δημοσίευσης 2013-07-01
Αξιολόγηση 5.00/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής Swizec Teller
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/Swizec/Peeshkot
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}