Tinker for Twitch

Control visual elements of Twitch.tv

ما هو Tinker for Twitch؟

Tinker for Twitch هو إضافة Chrome تم تطويرها بواسطة matou.io، والميزة الرئيسية لها هي "Control visual elements of Twitch.tv".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Tinker for Twitch

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

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

                        Give yourself more control over what is displayed on Twitch. Tinker allows you to toggle visual elements of Twitch so you can get rid of distracting or unwanted elements.

Tinker allows you to hide elements such as:
- Recommended channels
- Twitch prime elements
- Notifications
- Private messages

Tinker is still an active development so any feedback or issues can be reported here: https://github.com/matoululu/Tinker/issues                    

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

الاسم Tinker for Twitch Tinker for Twitch
ID aelphekojmlpcdoohblacpihddffflke
عنوان URL الرسمي https://chromewebstore.google.com/detail/tinker-for-twitch/aelphekojmlpcdoohblacpihddffflke
الوصف Control visual elements of Twitch.tv
حجم الملف 22.43 KB
عدد التثبيتات 36
النسخة الحالية 2.5.4
آخر تحديث 2020-03-23
تاريخ النشر 2020-03-23
تقييم 5.00/5 مجموع تقييمات 2
المطور matou.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/matoululu/Tinker
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tinker for Twitch",
    "short_name": "Tinker",
    "version": "2.5.4",
    "description": "Control visual elements of Twitch.tv",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "override.css"
            ],
            "js": [
                "chromestorageservice.js",
                "override.js"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}