Rhobalas
Add-on Twitch pour Rhobalas_lol
Rhobalasคืออะไร?
Rhobalas เป็นส่วนขยายของ Chrome ที่พัฒนาโดย apbot และคุณลักษณะหลักของมันคือ "Add-on Twitch pour Rhobalas_lol"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rhobalas
ดาวน์โหลดไฟล์ส่วนขยาย Rhobalas ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cette application vous permettra de savoir quand votre streamer préféré commence à stream. Ne manquez plus aucun live ! Grâce à cette application vous pourrez : - Vous rendre sur la page twitter de Rhobalas. - Aller sur sa chaîne youtube afin de ne plus louper aucune de ses vidéos. - Et accéder rapidement à la chaine twitch de Rhobalas. Vous pourrez accéder à diverses informations sur le live en cours : - Le titre du live. - Le nombre de viewers. - vous pourrez aussi soutenir Rhobalas grâce au lien vers la page de don.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | geiopcnddcknodobefidnjbalnbliocf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/geiopcnddcknodobefidnjbalnbliocf |
คำอธิบาย | Add-on Twitch pour Rhobalas_lol |
ขนาดไฟล์ | 5.48 MB |
จำนวนการติดตั้ง | 224 |
เวอร์ชันปัจจุบัน | 2.2.8 |
อัปเดตครั้งล่าสุด | 2021-10-16 |
วันที่เผยแพร่ | 2019-08-22 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | apbot |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.2.8", "name": "Rhobalas", "description": "Add-on Twitch pour Rhobalas_lol", "browser_action": { "default_title": "Rhobalas", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "img\/OFF.png" }, "permissions": [ "https:\/\/library.apbot.fr\/api\/info\/Rhobalas_lol", "storage", "notifications" ] } |