Checkbox Unicorn

Marketing checkbox checker

Checkbox Unicornとは何ですか?

Checkbox Unicornはmaciejkorsanによって開発されたChromeの拡張機能で、その主な機能は「Marketing checkbox checker」です。

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

screenshot

Checkbox Unicorn拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Are you tired of all of the consents that popup everywhere? We have a solution! Our special unicorn will help you with marking the wrong checkboxes red - so you won't receive marketing stuff!                    

拡張機能の基本情報

名前 Checkbox Unicorn Checkbox Unicorn
ID napfddimihdecpbmbdaimebdlhdfocld
公式URL https://chromewebstore.google.com/detail/checkbox-unicorn/napfddimihdecpbmbdaimebdlhdfocld
説明 Marketing checkbox checker
ファイルサイズ 375 KB
インストール数 59
現在のバージョン 0.1.1
最終更新日 2018-06-06
公開日 2018-06-06
評価 4.33/5 合計 6 レビュー
開発者 maciejkorsan
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Checkbox Unicorn",
    "version": "0.1.1",
    "description": "Marketing checkbox checker",
    "permissions": [
        "tts",
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": "assets\/unicorn_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "unicorn.js"
            ],
            "css": [
                "unicorn.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/angry.png",
        "assets\/roar.mp3"
    ],
    "options_page": "options.html",
    "icons": {
        "128": "assets\/unicorn_128.png"
    },
    "manifest_version": 2
}