TwitchTV PIP Mode

Picture in Picture for Twitch TV

ما هو TwitchTV PIP Mode؟

TwitchTV PIP Mode هو إضافة Chrome تم تطويرها بواسطة 초림이، والميزة الرئيسية لها هي "Picture in Picture for Twitch TV".

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

screenshot

تحميل ملف CRX للإضافة TwitchTV PIP Mode

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

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

                        Picture in Picture for Twitch TV!

You can always the broadcast on your descktop screen with this plug-in!

Just enter the broadcast page, and touch on the plug-in!                    

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

الاسم TwitchTV PIP Mode TwitchTV PIP Mode
ID hgkofcnfkalomcloglekemngljnndhfa
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitchtv-pip-mode/hgkofcnfkalomcloglekemngljnndhfa
الوصف Picture in Picture for Twitch TV
حجم الملف 23.8 KB
عدد التثبيتات 13,078
النسخة الحالية 0.0.2
آخر تحديث 2022-03-05
تاريخ النشر 2018-11-06
تقييم 4.62/5 مجموع تقييمات 29
المطور 초림이
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TwitchTV PIP Mode",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Picture in Picture for Twitch TV",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "homepage_url": "https:\/\/yuki.kr",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "PIP!"
    },
    "permissions": [
        "http:\/\/www.twitch.tv\/*",
        "https:\/\/www.twitch.tv\/*"
    ]
}