Peeshkot

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

Peeshkotとは何ですか?

PeeshkotはSwizec Tellerによって開発されたChromeの拡張機能で、その主な機能は「Get rid of annoying EU cookie law notices and automatically opt-in where needed.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Peeshkot拡張機能のCRXファイルをダウンロード

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"
            ]
        }
    ]
}