Twitch Rewards collector for New World MMORPG
Auto collect rewards for twitch New world MMORPG
Twitch Rewards collector for New World MMORPG là gì?
Twitch Rewards collector for New World MMORPG là một tiện ích mở rộng Chrome được phát triển bởi Vishnu Gt, và tính năng chính của nó là "Auto collect rewards for twitch New world MMORPG".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitch Rewards collector for New World MMORPG
Tải xuống các tệp mở rộng Twitch Rewards collector for New World MMORPG dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ofnhpknelkonflpgldcdbmnohibhdlll |
URL Chính Thức | https://chromewebstore.google.com/detail/twitch-rewards-collector/ofnhpknelkonflpgldcdbmnohibhdlll |
Mô tả | Auto collect rewards for twitch New world MMORPG |
Kích Thước Tệp | 6.87 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-07-26 |
Ngày Phát Hành | 2021-07-26 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Vishnu Gt |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/vishnugt/NewWorld-Twitch-Reward-Collector |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |