The Cookie Monster

Removes the annoying Cookie notifications from various web sites

The Cookie Monsterとは何ですか?

The Cookie MonsterはDarko Kukovecによって開発されたChromeの拡張機能で、その主な機能は「Removes the annoying Cookie notifications from various web sites」です。

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

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 The Cookie Monster The Cookie Monster
ID cjpljjfadjkfblhldfmhpdkoecljkghe
公式URL https://chromewebstore.google.com/detail/the-cookie-monster/cjpljjfadjkfblhldfmhpdkoecljkghe
説明 Removes the annoying Cookie notifications from various web sites
ファイルサイズ 52.49 KB
インストール数 280
現在のバージョン 1.1
最終更新日 2015-10-01
公開日 2015-10-01
評価 4.29/5 合計 7 レビュー
開発者 Darko Kukovec
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Cookie Monster",
    "description": "Removes the annoying Cookie notifications from various web sites",
    "version": "1.1",
    "permissions": [
        "contextMenus",
        "https:\/\/api.parse.com\/"
    ],
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "96": "assets\/icon-96.png",
        "128": "assets\/icon-128.png",
        "256": "assets\/icon-256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "monster.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html"
}