Twitch Bonus Chest Auto Clicker (Enhanced)
Lightweight & Optimized Bonus Chest (Channel Points) Auto Clicker for Twitch.tv ###################################### What makes…
Twitch Bonus Chest Auto Clicker (Enhanced)とは何ですか?
Twitch Bonus Chest Auto Clicker (Enhanced)はJean-Michel M. | twitch.tv/krowplexによって開発されたChromeの拡張機能で、その主な機能は「Lightweight & Optimized Bonus Chest (Channel Points) Auto Clicker for Twitch.tv ###################################### What makes…」です。
拡張機能のスクリーンショット
Twitch Bonus Chest Auto Clicker (Enhanced)拡張機能のCRXファイルをダウンロード
Twitch Bonus Chest Auto Clicker (Enhanced)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Lightweight & Optimized Bonus Chest (Channel Points) Auto Clicker for Twitch.tv ###################################### What makes this extension better than the others? ###################################### GitHub: The full code of this project is available on GitHub with public forums for problems and suggestion. Minified: Extension's code is minified, which means faster loading time. Lightweight & Optimized: Other extensions that does the exact same thing seems to cause early stream delay stutter and stream lag, or straight up doesn't work anymore. I've built my very own version to make sure this doesn't happen. Secure and no useless code: No data is being collected what so ever. ######################################## v1.1 - Fixed an issue where an user would switch channel without quitting Twitch, causing the bonus chest to not restart the countdown (original countdown being 5 minutes before appearing). Script will now start after ~8 seconds and will trigger a click every 1 second. This should give just enough time for the stream to load properly.
拡張機能の基本情報
名前 | Twitch Bonus Chest Auto Clicker (Enhanced) |
ID | kibalnfonkjeflihncmfdngdeekcmfel |
公式URL | https://chromewebstore.google.com/detail/twitch-bonus-chest-auto-c/kibalnfonkjeflihncmfdngdeekcmfel |
説明 | Lightweight & Optimized Bonus Chest (Channel Points) Auto Clicker for Twitch.tv ###################################### What makes… |
ファイルサイズ | 11.43 KB |
インストール数 | 4,315 |
現在のバージョン | 1.1 |
最終更新日 | 2021-01-28 |
公開日 | 2021-01-21 |
評価 | 4.88/5 合計 8 レビュー |
開発者 | Jean-Michel M. | twitch.tv/krowplex |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jeanmichelmorin/Twitch-Bonus-Chest-Auto-Clicker |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Bonus Chest Auto Clicker (Enhanced)", "version": "1.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "controller.js" ] } ], "browser_action": { "default_title": "Twitch Bonus Chest Auto Clicker", "default_icon": "image.png" }, "icons": { "184": "image.png" } } |