Twitch gift auto clicker
Auto click to claim +50 bonus channel points.
Twitch gift auto clickerとは何ですか?
Twitch gift auto clickerはNikita Madeevによって開発されたChromeの拡張機能で、その主な機能は「Auto click to claim +50 bonus channel points.」です。
拡張機能のスクリーンショット
Twitch gift auto clicker拡張機能のCRXファイルをダウンロード
Twitch gift auto clicker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Auto click to claim +50 bonus channel points. The dotted stroke and an eyes emoji in the corner of the block with channel points indicates that the extension has started tracking points and will automatically click on a gift when it appears. ——————————————————— Source code and bug tracker https://github.com/NekitCorp/twitch-gift-auto-clicker
拡張機能の基本情報
名前 | Twitch gift auto clicker |
ID | bpmlmokbcfjnjodihdnobmaphhdoepdb |
公式URL | https://chromewebstore.google.com/detail/twitch-gift-auto-clicker/bpmlmokbcfjnjodihdnobmaphhdoepdb |
説明 | Auto click to claim +50 bonus channel points. |
ファイルサイズ | 8 KB |
インストール数 | 46 |
現在のバージョン | 2.2.0 |
最終更新日 | 2023-10-19 |
公開日 | 2023-05-06 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | Nikita Madeev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/NekitCorp/twitch-gift-auto-clicker |
ヘルプページのURL | https://github.com/NekitCorp/twitch-gift-auto-clicker |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch gift auto clicker", "description": "Auto click to claim +50 bonus channel points.", "version": "2.2.0", "manifest_version": 3, "icons": { "16": ".\/icons\/icon-16.png", "32": ".\/icons\/icon-32.png", "48": ".\/icons\/icon-48.png", "128": ".\/icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*", "*:\/\/twitch.tv\/*" ], "js": [ "content_script.js" ] } ], "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ] } |