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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vishnu Gt และคุณลักษณะหลักของมันคือ "Auto collect rewards for twitch New world MMORPG"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Rewards collector for New World MMORPG
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } ] } |