Twitch Miniplayer

Mute the ads and set volume on twitch miniplayer

ما هو Twitch Miniplayer؟

Twitch Miniplayer هو إضافة Chrome تم تطويرها بواسطة salvagr، والميزة الرئيسية لها هي "Mute the ads and set volume on twitch miniplayer".

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

screenshot

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

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

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

                        Are you tired of missing the best of your streamer because of ads? With this extension we help you stay immersed in the stream even when these annoying ads appear.                    

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

الاسم Twitch Miniplayer Twitch Miniplayer
ID lafajgbndkiglljfhabiamkffdcfjkfg
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitch-miniplayer/lafajgbndkiglljfhabiamkffdcfjkfg
الوصف Mute the ads and set volume on twitch miniplayer
حجم الملف 58.86 KB
عدد التثبيتات 463
النسخة الحالية 1.2.2
آخر تحديث 2022-10-21
تاريخ النشر 2022-10-20
تقييم 5.00/5 مجموع تقييمات 2
المطور salvagr
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Miniplayer",
    "version": "1.2.2",
    "manifest_version": 3,
    "description": "Mute the ads and set volume on twitch miniplayer",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*",
                "https:\/\/twitch.tv\/*"
            ],
            "exclude_matches": [
                "https:\/\/clips.twitch.tv\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon.png",
        "default_title": "Twitch Miniplayer"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    }
}