Gotaga

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

Hvad er Gotaga?

Gotaga er en Chrome-udvidelse udviklet af Gotaga, og dens hovedfunktion er "Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.".

Udvidelsesskærmbilleder

screenshot

Download Gotaga-udvidelses-CRX-fil

Download Gotaga-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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é                    

Grundlæggende oplysninger om udvidelsen

Navn Gotaga Gotaga
ID gjjjcjnolghgphclpckdnofhgjdanklj
Officiel URL https://chrome.google.com/webstore/detail/gotaga/gjjjcjnolghgphclpckdnofhgjdanklj
Beskrivelse Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.
Filstørrelse 3 MB
Antal Installationer 1,000
Nuværende Version 1.0.1
Senest Opdateret 2021-06-10
Udgivelsesdato 2021-05-30
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler Gotaga
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://gotaga.tv
URL til Fortrolighedspolitik Side https://gotaga.tv/politique-de-confidentialite
Understøttede Sprog 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"
    ]
}