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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch-Chat-Bottom
ดาวน์โหลดไฟล์ส่วนขยาย Twitch-Chat-Bottom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                                             ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| 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"
    ]
}  |  |