Twitch Channel Points Bonus Collector
Auto-clicks the Channel Points bonus button when it appears.
Twitch Channel Points Bonus Collectorとは何ですか?
Twitch Channel Points Bonus Collectorはhttps://avi12.comによって開発されたChromeの拡張機能で、その主な機能は「Auto-clicks the Channel Points bonus button when it appears.」です。
拡張機能のスクリーンショット
Twitch Channel Points Bonus Collector拡張機能のCRXファイルをダウンロード
Twitch Channel Points Bonus Collector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Welcome to the Twitch Channel Points click farm! Once the extension is installed, all you've got to do is to just open the Twitch live stream (or reload, if it's already open), and relax - the extension will take care of everything else. Source code: https://github.com/avi12/twitch-cp-bonus-collector
拡張機能の基本情報
名前 | Twitch Channel Points Bonus Collector |
ID | kbbdnbaghpcjpdhbjbccadodjejlkkgg |
公式URL | https://chromewebstore.google.com/detail/twitch-channel-points-bon/kbbdnbaghpcjpdhbjbccadodjejlkkgg |
説明 | Auto-clicks the Channel Points bonus button when it appears. |
ファイルサイズ | 9.96 KB |
インストール数 | 6,214 |
現在のバージョン | 2.0.6 |
最終更新日 | 2023-03-13 |
公開日 | 2020-06-30 |
評価 | 3.79/5 合計 14 レビュー |
開発者 | https://avi12.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://avi12.com |
ヘルプページのURL | https://github.com/avi12/twitch-cp-bonus-collector/issues/new/choose |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.00ac8b83.png", "32": "icon32.plasmo.9ad0c5b6.png", "48": "icon48.plasmo.cae3a6b3.png", "64": "icon64.plasmo.e4b604fc.png", "128": "icon128.plasmo.b89b7dfa.png" } }, "version": "2.0.6", "author": "avi12", "name": "Twitch Channel Points Bonus Collector", "description": "Auto-clicks the Channel Points bonus button when it appears.", "homepage_url": "https:\/\/avi12.com\/twitch-cp-bonus-collector", "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content.07616647.js" ], "css": [] } ], "offline_enabled": true } |