Gotaga

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

ما هو Gotaga؟

Gotaga هو إضافة Chrome تم تطويرها بواسطة Gotaga، والميزة الرئيسية لها هي "Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Gotaga

قم بتنزيل ملفات الامتداد Gotaga بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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é                    

معلومات أساسية عن التمديد

الاسم Gotaga Gotaga
ID gjjjcjnolghgphclpckdnofhgjdanklj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/gotaga/gjjjcjnolghgphclpckdnofhgjdanklj
الوصف Notifie lorsque Gotaga est en live mais aussi lorsqu'une vidéo sort.
حجم الملف 3 MB
عدد التثبيتات 1,000
النسخة الحالية 1.0.1
آخر تحديث 2021-06-10
تاريخ النشر 2021-05-30
تقييم 5.00/5 مجموع تقييمات 6
المطور Gotaga
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://gotaga.tv
عنوان صفحة سياسة الخصوصية https://gotaga.tv/politique-de-confidentialite
اللغات المدعومة 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"
    ]
}