Gotaga
Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.
Apa itu Gotaga?
Gotaga adalah ekstensi Chrome yang dikembangkan oleh Gotaga, dan fitur utamanya adalah "Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Gotaga
Unduh file ekstensi Gotaga dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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é
Informasi Dasar Ekstensi
Nama | |
ID | gjjjcjnolghgphclpckdnofhgjdanklj |
URL Resmi | https://chrome.google.com/webstore/detail/gotaga/gjjjcjnolghgphclpckdnofhgjdanklj |
Deskripsi | Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort. |
Ukuran File | 3 MB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2021-06-10 |
Tanggal Publikasi | 2021-05-30 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | Gotaga |
[email protected] | |
Tipe Pembayaran | in_app |
Situs Ekstensi | https://gotaga.tv |
URL Halaman Kebijakan Privasi | https://gotaga.tv/politique-de-confidentialite |
Bahasa yang Didukung | 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" ] } |