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
官方網址 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"
            ]
        }
    ]
}