Twitch Fullscreen Plus

Triggers fullscreen view of twitch stream with chat overlay

Twitch Fullscreen Plusคืออะไร?

Twitch Fullscreen Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kopatch และคุณลักษณะหลักของมันคือ "Triggers fullscreen view of twitch stream with chat overlay"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Fullscreen Plus

ดาวน์โหลดไฟล์ส่วนขยาย Twitch Fullscreen Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Twitch Fullscreen Plus lets you enjoy the wonderful Twitch Chat experience while watching your favorite stream in fullscreen! unlike the Twitch.tv Theater Mode, with this extension you get to enjoy the full size of your monitor.

You can Resize, move change chat opacity and background alpha and more!

version 3.0.11

UPDATE: OCTOBER 26 2023
Fixed the extension while logged in, and fixed VODs                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitch Fullscreen Plus Twitch Fullscreen Plus
ID jbbmdehmiclndmeedcocofcjlpgjnmea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-fullscreen-plus/jbbmdehmiclndmeedcocofcjlpgjnmea
คำอธิบาย Triggers fullscreen view of twitch stream with chat overlay
ขนาดไฟล์ 88.82 KB
จำนวนการติดตั้ง 40,144
เวอร์ชันปัจจุบัน 3.0.12
อัปเดตครั้งล่าสุด 2023-10-27
วันที่เผยแพร่ 2020-06-24
คะแนน 4.04/5 รวมทั้งหมด 262 คะแนน
ผู้พัฒนา kopatch
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Fullscreen Plus",
    "short_name": "TFP",
    "description": "Triggers fullscreen view of twitch stream with chat overlay",
    "version": "3.0.12",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}