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ファイルをダウンロード

Cookie Law Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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