Extension Twitch Joy

Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…

ما هو Extension Twitch Joy؟

Extension Twitch Joy هو إضافة Chrome تم تطويرها بواسطة sheytan0110، والميزة الرئيسية لها هي "Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…".

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

screenshot

تحميل ملف CRX للإضافة Extension Twitch Joy

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

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

                        Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv

Informations : L'extension comporte un signal sonore lors du lancement du live.

Le signal peut être augmenté ou réduit voir même activer dans les options de celle-ci

Des bisous à vous les doux                    

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

الاسم Extension Twitch Joy Extension Twitch Joy
ID oghhjloaokapcnhngmboafmgbaenfpof
عنوان URL الرسمي https://chromewebstore.google.com/detail/extension-twitch-joy/oghhjloaokapcnhngmboafmgbaenfpof
الوصف Cette extension permet de savoir quand JoyInTv est en ligne https://www.twitch.tv/joyintv Informations : L'extension comporte un…
حجم الملف 4.04 MB
عدد التثبيتات 11
النسخة الحالية 7.8.1
آخر تحديث 2024-02-15
تاريخ النشر 2020-11-21
تقييم 5.00/5 مجموع تقييمات 2
المطور sheytan0110
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://joyintv.fr/
عنوان صفحة سياسة الخصوصية http://sheytan0110.atwebpages.com/chartes.html
اللغات المدعومة fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Extension Twitch Joy",
    "description": "",
    "version": "7.8.1",
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true,
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.6.0.js",
                "check.js"
            ],
            "matches": [
                "https:\/\/joyintv.fr\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/api.twitch.tv\/*"
    ],
    "permissions": [
        "storage",
        "alarms"
    ]
}