Twitch-Chat-Bottom

When the sceen is small Twitch chat is anchored at the bottom of the page

ما هو Twitch-Chat-Bottom؟

Twitch-Chat-Bottom هو إضافة Chrome تم تطويرها بواسطة Asim Shrestha، والميزة الرئيسية لها هي "When the sceen is small Twitch chat is anchored at the bottom of the page".

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

screenshot

تحميل ملف CRX للإضافة Twitch-Chat-Bottom

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

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

                                            

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

الاسم Twitch-Chat-Bottom Twitch-Chat-Bottom
ID ojihlcinbfjmbiabagcjaniphobeenla
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitch-chat-bottom/ojihlcinbfjmbiabagcjaniphobeenla
الوصف When the sceen is small Twitch chat is anchored at the bottom of the page
حجم الملف 4.58 KB
عدد التثبيتات 14
النسخة الحالية 1.0.1
آخر تحديث 2018-04-05
تاريخ النشر 2018-04-05
تقييم 1.00/5 مجموع تقييمات 1
المطور Asim Shrestha
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "When the sceen is small Twitch chat is anchored at the bottom of the page",
    "manifest_version": 2,
    "name": "Twitch-Chat-Bottom",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "browser_style": true,
        "default_title": "Twitch Chat Bottom"
    },
    "permissions": [
        "*:\/\/*.twitch.tv\/*",
        "activeTab",
        "tabs"
    ]
}