Twitch Chat Reader

Handles Automatically Reading Twitch Chat

Twitch Chat Readerคืออะไร?

Twitch Chat Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fuccaro.ost และคุณลักษณะหลักของมันคือ "Handles Automatically Reading Twitch Chat"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Chat Reader

ดาวน์โหลดไฟล์ส่วนขยาย Twitch Chat Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Twitch Chat Reader (Alpha)

Want to have twitch chat read for you? Want to experience the cancerous effects of chat without having to stop fapping? this is the extension for you!

Beware, this is an early Alpha, please direct all feature requests to the git                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitch Chat Reader Twitch Chat Reader
ID kajlflbjoafhflgfbpldefdnbhlfdion
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/twitch-chat-reader/kajlflbjoafhflgfbpldefdnbhlfdion
คำอธิบาย Handles Automatically Reading Twitch Chat
ขนาดไฟล์ 56.57 KB
จำนวนการติดตั้ง 200
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2016-05-27
วันที่เผยแพร่ 2016-05-27
คะแนน 4.14/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา fuccaro.ost
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Chat Reader",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Handles Automatically Reading Twitch Chat",
    "homepage_url": "http:\/\/www.reddit.com\/u\/anarcie",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.jpg",
        "128": "icons\/icon128.jpg"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Twitch Chat Reader",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "https:\/\/www.twitch.tv\/*",
        "http:\/\/www.twitch.tv\/*",
        "tabs",
        "webNavigation",
        "storage"
    ]
}