Gotaga

Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.

Cos'è Gotaga?

Gotaga è un'estensione di Chrome sviluppata da Gotaga, e la sua funzione principale è "Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gotaga

Scarica i file di estensione Gotaga in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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é                    

Informazioni di Base sull'Estensione

Nome Gotaga Gotaga
ID gjjjcjnolghgphclpckdnofhgjdanklj
URL Ufficiale https://chrome.google.com/webstore/detail/gotaga/gjjjcjnolghgphclpckdnofhgjdanklj
Descrizione Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.
Dimensione del File 3 MB
Conteggio Installazioni 1,000
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-06-10
Data di Pubblicazione 2021-05-30
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore Gotaga
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://gotaga.tv
URL della Pagina della Politica sulla Privacy https://gotaga.tv/politique-de-confidentialite
Lingue Supportate 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"
    ]
}