Twitch Extension Fixer

This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%

Twitch Extension Fixerคืออะไร?

Twitch Extension Fixer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pelleoe และคุณลักษณะหลักของมันคือ "This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%"

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

screenshot

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

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

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

                        This extension will fix Twitch overlay issues that disables double click to fullscreen. The extension will only run on Twitch.tv. It will make the Twitch overlay container have a max width of 33%. This will enable you to double click to enter fullscreen and exit fullscreen                    

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

ชื่อ Twitch Extension Fixer Twitch Extension Fixer
ID faempdinfpgfoghncgoigpcldlgbcpkf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-extension-fixer/faempdinfpgfoghncgoigpcldlgbcpkf
คำอธิบาย This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%
ขนาดไฟล์ 6.38 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-05-05
วันที่เผยแพร่ 2019-05-05
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา pelleoe
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Extension Fixer",
    "version": "1.0",
    "description": "This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "icons\/twitch16.png",
            "32": "icons\/twitch32.png",
            "48": "icons\/twitch48.png",
            "128": "icons\/twitch128.png"
        }
    },
    "icons": {
        "16": "icons\/twitch16.png",
        "32": "icons\/twitch32.png",
        "48": "icons\/twitch48.png",
        "128": "icons\/twitch128.png"
    },
    "manifest_version": 2
}