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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}