Twitch Coin Collector

A Chrome Extension to collect the twitch channel points automatically.

Twitch Coin Collectorとは何ですか?

Twitch Coin CollectorはRene B.によって開発されたChromeの拡張機能で、その主な機能は「A Chrome Extension to collect the twitch channel points automatically.」です。

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

screenshot

Twitch Coin Collector拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        With this chrome extension you can collect the twitch channel rewards automatically.                    

拡張機能の基本情報

名前 Twitch Coin Collector Twitch Coin Collector
ID kjfhmebpccbcooagfbfgddoebmkmclmb
公式URL https://chromewebstore.google.com/detail/twitch-coin-collector/kjfhmebpccbcooagfbfgddoebmkmclmb
説明 A Chrome Extension to collect the twitch channel points automatically.
ファイルサイズ 16.42 KB
インストール数 55
現在のバージョン 0.1.0
最終更新日 2022-04-28
公開日 2022-04-28
評価 5.00/5 合計 1 レビュー
開発者 Rene B.
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Coin Collector",
    "description": "A Chrome Extension to collect the twitch channel points automatically.",
    "version": "0.1.0",
    "action": {
        "default_icon": "assets\/coin_click_64.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}