Twitch Tools

Move twitch chat to the left side

ما هو Twitch Tools؟

Twitch Tools هو إضافة Chrome تم تطويرها بواسطة https://nomercy.tv، والميزة الرئيسية لها هي "Move twitch chat to the left side".

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

screenshot

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

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

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

                        Do you have twitch open on your right monitor? 
Move the Twitch chat to the left of your screen with one click.

More tools to come.

Feature requests are welcome.                    

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

الاسم Twitch Tools Twitch Tools
ID hoolijiaaedceodofbgpogpalnofodgh
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitch-tools/hoolijiaaedceodofbgpogpalnofodgh
الوصف Move twitch chat to the left side
حجم الملف 12.65 KB
عدد التثبيتات 17
النسخة الحالية 1.0.2
آخر تحديث 2022-04-12
تاريخ النشر 2022-04-12
تقييم 1.00/5 مجموع تقييمات 2
المطور https://nomercy.tv
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool
عنوان صفحة المساعدة https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool/-/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.2",
    "action": {
        "default_icon": {
            "48": "icons\/twitch-48x48.png"
        },
        "default_title": "Twitch Tools",
        "default_popup": "popup\/menu.html"
    },
    "name": "Twitch Tools",
    "description": "Move twitch chat to the left side",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "icons": {
        "48": "icons\/twitch-48x48.png",
        "128": "icons\/twitch-128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "plugins\/*",
                "lib\/*",
                "popup\/*",
                "content\/*"
            ],
            "use_dynamic_url": true,
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ]
        }
    ]
}