Twitch Channel Points Auto Clicker
Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.
Twitch Channel Points Auto Clickerとは何ですか?
Twitch Channel Points Auto Clickerはhttps://raven.foによって開発されたChromeの拡張機能で、その主な機能は「Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.」です。
拡張機能のスクリーンショット
Twitch Channel Points Auto Clicker拡張機能のCRXファイルをダウンロード
Twitch Channel Points Auto Clicker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace. Make sure to refresh Twitch after installing the extension.
拡張機能の基本情報
名前 | Twitch Channel Points Auto Clicker |
ID | jdpblpklojajpopllbckephjndibljbc |
公式URL | https://chromewebstore.google.com/detail/twitch-channel-points-aut/jdpblpklojajpopllbckephjndibljbc |
説明 | Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace. |
ファイルサイズ | 86.97 KB |
インストール数 | 154,328 |
現在のバージョン | 0.0.13 |
最終更新日 | 2022-06-18 |
公開日 | 2020-06-17 |
評価 | 4.16/5 合計 152 レビュー |
開発者 | https://raven.fo |
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", "short_name": "TCPAC", "version": "0.0.13", "description": "Auto clicks the Channel Points bonus chest for you, so you can watch streams in peace.", "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js" ], "css": [ "badge.css" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": [], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |