Twitch loot auto-clicker
An extension who clicks on every twitch loot and gets you reports about it
Twitch loot auto-clickerとは何ですか?
Twitch loot auto-clickerはRubenRubioMによって開発されたChromeの拡張機能で、その主な機能は「An extension who clicks on every twitch loot and gets you reports about it」です。
拡張機能のスクリーンショット
Twitch loot auto-clicker拡張機能のCRXファイルをダウンロード
Twitch loot auto-clicker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It's simple, whenever a twitch lootbox is avaliable this extension will click it for you. 🚀 Stats page ⭐️ Points colected with the extension ⭐️ Time left to the next loot box to be avaliable ⭐️ Time spent watching a specific streamer ⭐️ Reset the stats everytime you want ⭐️ Bar chart ⭐️ Pie chart
拡張機能の基本情報
名前 | Twitch loot auto-clicker |
ID | njpjlabehnoepgbbnnkokeadmcgmeoif |
公式URL | https://chromewebstore.google.com/detail/twitch-loot-auto-clicker/njpjlabehnoepgbbnnkokeadmcgmeoif |
説明 | An extension who clicks on every twitch loot and gets you reports about it |
ファイルサイズ | 7.15 MB |
インストール数 | 1,865 |
現在のバージョン | 2.3.0 |
最終更新日 | 2021-10-17 |
公開日 | 2020-07-03 |
評価 | 4.57/5 合計 14 レビュー |
開発者 | RubenRubioM |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/RubenRubioM/TwitchLootClicker |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitch loot auto-clicker", "version": "2.3.0", "description": "An extension who clicks on every twitch loot and gets you reports about it", "icons": { "16": "images\/appIcon16.png", "32": "images\/appIcon32.png", "48": "images\/appIcon48.png", "128": "images\/appIcon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/appIcon16.png", "32": "images\/appIcon32.png", "48": "images\/appIcon48.png", "128": "images\/appIcon128.png" } }, "author": "Rub\u00e9n Rubio Mart\u00ednez", "host_permissions": [ "http:\/\/www.twitch.com\/", "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.js", "functions.js", "constants.js" ] } ], "options_page": "options.html", "offline_enabled": false, "permissions": [ "storage" ] } |