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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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