Twitch channel points auto clicker
Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…
Twitch channel points auto clickerとは何ですか?
Twitch channel points auto clickerはugo.Pによって開発されたChromeの拡張機能で、その主な機能は「Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of…」です。
拡張機能のスクリーンショット
Twitch channel points auto clicker拡張機能のCRXファイルをダウンロード
Twitch channel points auto clicker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of clicks made in the session and the hour of the last click.
拡張機能の基本情報
名前 | |
ID | pcpdcimepgbgcaeaapkhllpompmmefod |
公式URL | https://chrome.google.com/webstore/detail/twitch-channel-points-aut/pcpdcimepgbgcaeaapkhllpompmmefod |
説明 | Automatically click on the gift box when it appears, show the remaining time before the next box, display the total number of… |
ファイルサイズ | 5.56 KB |
インストール数 | 162 |
現在のバージョン | 1.15 |
最終更新日 | 2022-01-30 |
公開日 | 2020-12-31 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | ugo.P |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch channel points auto clicker", "version": "1.15", "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*" ], "js": [ "ClickLoop.js", "Style.js", "CountDown.js" ] } ] } |