Gotaga
Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.
Wat is Gotaga?
Gotaga is een Chrome-extensie ontwikkeld door Gotaga, en de belangrijkste functie is "Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.".
Extensie Screenshots
Download het CRX-bestand van de extensie Gotaga
Download Gotaga-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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é
Basisinformatie over de Extensie
Naam | |
ID | gjjjcjnolghgphclpckdnofhgjdanklj |
Officiële URL | https://chrome.google.com/webstore/detail/gotaga/gjjjcjnolghgphclpckdnofhgjdanklj |
Beschrijving | Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort. |
Bestandsgrootte | 3 MB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2021-06-10 |
Publicatiedatum | 2021-05-30 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Gotaga |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://gotaga.tv |
URL van de Privacybeleid Pagina | https://gotaga.tv/politique-de-confidentialite |
Ondersteunde Talen | 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" ] } |