Cookie Law Blocker

Remove automatically the Cookie Law Warnings on websites.

Cookie Law Blocker란 무엇입니까?

Cookie Law Blocker은(는) cookielawblocker에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove automatically the Cookie Law Warnings on websites."입니다.

확장 프로그램 스크린샷

screenshot

Cookie Law Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Remove all the annoying cookie warnings on websites.
Cookie Law Blocker hides most of irritating alerts.

If by some websites you still become the warning please contact us and we will fix it!                    

확장 프로그램 기본 정보

이름 Cookie Law Blocker Cookie Law Blocker
ID djgcdhmbifdlhighokoleaejkdfepfab
공식 URL https://chromewebstore.google.com/detail/cookie-law-blocker/djgcdhmbifdlhighokoleaejkdfepfab
설명 Remove automatically the Cookie Law Warnings on websites.
파일 크기 93.34 KB
설치 횟수 201
현재 버전 0.0.0.3
최근 업데이트 2016-01-18
출시 날짜 2016-01-18
평점 5.00/5 총 2 개의 평점
개발자 cookielawblocker
결제 유형 free
확장 프로그램 웹 사이트 http://cookielawblocker.wimuu.com
도움말 페이지 URL http://cookielawblocker.wimuu.com/en/Contact
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Law Blocker",
    "short_name": "CookieBlocker",
    "manifest_version": 2,
    "version": "0.0.0.3",
    "description": "Remove automatically the Cookie Law Warnings on websites.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "erasecookie.js"
            ]
        }
    ]
}