Gotaga

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

Was ist Gotaga?

Gotaga ist eine Chrome-Erweiterung, die von Gotaga entwickelt wurde, und ihr Hauptmerkmal ist "Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.".

Erweiterungsscreenshots

screenshot

Gotaga-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gotaga-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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é                    

Grundlegende Informationen zur Erweiterung

Name Gotaga Gotaga
ID gjjjcjnolghgphclpckdnofhgjdanklj
Offizielle URL https://chrome.google.com/webstore/detail/gotaga/gjjjcjnolghgphclpckdnofhgjdanklj
Beschreibung Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.
Dateigröße 3 MB
Installationsanzahl 1,000
Aktuelle Version 1.0.1
Letztes Update 2021-06-10
Veröffentlichungsdatum 2021-05-30
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler Gotaga
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://gotaga.tv
URL der Datenschutzrichtlinien-Seite https://gotaga.tv/politique-de-confidentialite
Unterstützte Sprachen 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"
    ]
}