Twitch Channel Points Auto-Clicker

Auto-click those channel point bonuses

Twitch Channel Points Auto-Clickerとは何ですか?

Twitch Channel Points Auto-Clickerはtrmcnvnによって開発されたChromeの拡張機能で、その主な機能は「Auto-click those channel point bonuses」です。

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

screenshot

Twitch Channel Points Auto-Clicker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Auto-click those channel point bonuses on Twitch                    

拡張機能の基本情報

名前 Twitch Channel Points Auto-Clicker Twitch Channel Points Auto-Clicker
ID mdlokilgafgmaeojenoidfpjcacpllap
公式URL https://chrome.google.com/webstore/detail/twitch-channel-points-aut/mdlokilgafgmaeojenoidfpjcacpllap
説明 Auto-click those channel point bonuses
ファイルサイズ 11.37 KB
インストール数 30,000
現在のバージョン 0.9
最終更新日 2021-09-10
公開日 2019-11-04
評価 4.30/5 合計 61 レビュー
開発者 trmcnvn
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/trmcnvn/twitch-channel-points
ヘルプページのURL https://github.com/trmcnvn/twitch-channel-points/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Channel Points Auto-Clicker",
    "description": "Auto-click those channel point bonuses",
    "version": "0.9",
    "homepage_url": "https:\/\/github.com\/trmcnvn\/twitch-channel-points",
    "icons": {
        "16": "resources\/16.png",
        "48": "resources\/48.png",
        "96": "resources\/96.png",
        "128": "resources\/128.png"
    },
    "web_accessible_resources": [
        "dist\/src\/auto-clicker.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "dist\/src\/index.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}