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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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
}