TriboPoints Farmer
Tem como função ajudar as pessoas a não perder os TP na stream do Gaules enquanto assistem, pegando os prêmio automaticamente.
TriboPoints Farmerคืออะไร?
TriboPoints Farmer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bruno.dev และคุณลักษณะหลักของมันคือ "Tem como função ajudar as pessoas a não perder os TP na stream do Gaules enquanto assistem, pegando os prêmio automaticamente."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TriboPoints Farmer
ดาวน์โหลดไฟล์ส่วนขยาย TriboPoints Farmer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Esta extensão tem como objetivo auxiliar os usuários que acompanham a stream do Gaules na twitch, pegando automaticamente os TriboPoints deixando que foque na transmissão.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TriboPoints Farmer |
ID | ienhpbblefpbikglmbalomkahnfaglbf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tribopoints-farmer/ienhpbblefpbikglmbalomkahnfaglbf |
คำอธิบาย | Tem como função ajudar as pessoas a não perder os TP na stream do Gaules enquanto assistem, pegando os prêmio automaticamente. |
ขนาดไฟล์ | 50.58 KB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-04-14 |
วันที่เผยแพร่ | 2020-04-13 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://bruno.dev |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TriboPoints Farmer", "version": "1.0", "description": "Tem como fun\u00e7\u00e3o ajudar as pessoas a n\u00e3o perder os TP na stream do Gaules enquanto assistem, pegando os pr\u00eamio automaticamente.", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/twitch.tv\/gaules", "https:\/\/twitch.tv\/gaules", "http:\/\/www.twitch.tv\/gaules", "https:\/\/www.twitch.tv\/gaules" ], "js": [ "app.js" ], "run_at": "document_idle", "all_frames": false } ] } |