Twitch Rewards collector for New World MMORPG
Auto collect rewards for twitch New world MMORPG
Twitch Rewards collector for New World MMORPGとは何ですか?
Twitch Rewards collector for New World MMORPGはVishnu Gtによって開発されたChromeの拡張機能で、その主な機能は「Auto collect rewards for twitch New world MMORPG」です。
拡張機能のスクリーンショット
Twitch Rewards collector for New World MMORPG拡張機能のCRXファイルをダウンロード
Twitch Rewards collector for New World MMORPG拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Twitch Rewards collector for New World MMORPG. This extension keeps checking for new tiles like woods, potion, leather and other items added to the stream and clicks on it to collect the rewards. Github repo link: https://github.com/vishnugt/NewWorld-Twitch-Reward-Collector
拡張機能の基本情報
名前 | |
ID | ofnhpknelkonflpgldcdbmnohibhdlll |
公式URL | https://chromewebstore.google.com/detail/twitch-rewards-collector/ofnhpknelkonflpgldcdbmnohibhdlll |
説明 | Auto collect rewards for twitch New world MMORPG |
ファイルサイズ | 6.87 KB |
インストール数 | 20 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-07-26 |
公開日 | 2021-07-26 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | Vishnu Gt |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/vishnugt/NewWorld-Twitch-Reward-Collector |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Rewards collector for New World MMORPG", "version": "1.0.0", "manifest_version": 2, "description": "Auto collect rewards for twitch New world MMORPG", "homepage_url": "https:\/\/github.com\/vishnugt\/NewWorld-Twitch-Reward-Collector", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.ext-twitch.tv\/*" ], "js": [ "inject.js" ], "all_frames": true } ] } |