Clicks of Unicorns 🦄

Fills your clicker with lots of majestic Unicorns

Clicks of Unicorns 🦄とは何ですか?

Clicks of Unicorns 🦄はSanbiraによって開発されたChromeの拡張機能で、その主な機能は「Fills your clicker with lots of majestic Unicorns」です。

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

screenshot
screenshot

Clicks of Unicorns 🦄拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        When ever you use your mouse to click on a site Unicorns (or other emojis) will plop from the curser!                    

拡張機能の基本情報

名前 Clicks of Unicorns 🦄 Clicks of Unicorns 🦄
ID bclbdlhdaojndadgaebpcddkpfheljbp
公式URL https://chromewebstore.google.com/detail/clicks-of-unicorns-%F0%9F%A6%84/bclbdlhdaojndadgaebpcddkpfheljbp
説明 Fills your clicker with lots of majestic Unicorns
ファイルサイズ 23.43 KB
インストール数 574
現在のバージョン 1.011 custom emojis
最終更新日 2020-10-30
公開日 2020-09-07
評価 4.67/5 合計 9 レビュー
開発者 Sanbira
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/MSanbira/clicks-of-unicorns
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clicks of Unicorns \ud83e\udd84",
    "version": "1.011",
    "version_name": "1.011 custom emojis",
    "description": "Fills your clicker with lots of majestic Unicorns",
    "manifest_version": 2,
    "icons": {
        "16": "uniPhoto128.png",
        "48": "uniPhoto128.png",
        "128": "uniPhoto128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Clicks of Unicorns \ud83e\udd84"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}