Twitch Points Chest Clicker
Clicks the twitch points chest automatically for you.
Twitch Points Chest Clickerとは何ですか?
Twitch Points Chest ClickerはClintonによって開発されたChromeの拡張機能で、その主な機能は「Clicks the twitch points chest automatically for you.」です。
拡張機能のスクリーンショット
Twitch Points Chest Clicker拡張機能のCRXファイルをダウンロード
Twitch Points Chest Clicker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automatically clicks the points chest for twitch streams. Checks every 15 seconds.
拡張機能の基本情報
名前 | |
ID | lmnekimpcncfaincbkgnbmbjcnkncpff |
公式URL | https://chrome.google.com/webstore/detail/twitch-points-chest-click/lmnekimpcncfaincbkgnbmbjcnkncpff |
説明 | Clicks the twitch points chest automatically for you. |
ファイルサイズ | 18.34 KB |
インストール数 | 91 |
現在のバージョン | 0.3 |
最終更新日 | 2020-12-21 |
公開日 | 2020-05-02 |
開発者 | Clinton |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Points Chest Clicker", "version": "0.3", "description": "Clicks the twitch points chest automatically for you.", "icons": { "48": "icons\/treasure_Chest_48.png", "96": "icons\/treasure_Chest_96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "twitch_points.js" ] } ] } |