Gotaga
Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.
Gotagaคืออะไร?
Gotaga เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gotaga และคุณลักษณะหลักของมันคือ "Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gotaga
ดาวน์โหลดไฟล์ส่วนขยาย Gotaga ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Grace à l'extension Gotaga.tv restez informé sur le French Monster ! - Vous serez notifié lorsqu'une vidéo sort - Vous serez notifié lorsque un live est lancé
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gjjjcjnolghgphclpckdnofhgjdanklj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/gotaga/gjjjcjnolghgphclpckdnofhgjdanklj |
คำอธิบาย | Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort. |
ขนาดไฟล์ | 3 MB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2021-06-10 |
วันที่เผยแพร่ | 2021-05-30 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Gotaga |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://gotaga.tv |
URL หน้านโยบายความเป็นส่วนตัว | https://gotaga.tv/politique-de-confidentialite |
ภาษาที่รองรับ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gotaga", "short_name": "Gotaga", "version": "1.0.1", "description": "Notifie lorsque Gotaga est en live mais aussi lorsqu'une vid\u00e9o sort.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "background": { "persistent": true, "scripts": [ ".\/background.js" ] }, "browser_action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "default_title": "Gotaga - Hors Ligne", "default_popup": "index.html" }, "permissions": [ "background", "https:\/\/gotaga.tv\/api*", "notifications" ] } |