Twitch Chat Reader

Handles Automatically Reading Twitch Chat

什麼是Twitch Chat Reader?

Twitch Chat Reader是由fuccaro.ost開發的Chrome擴展程式,該擴展的主要功能是“Handles Automatically Reading Twitch Chat”。

下載Twitch Chat Reader擴展crx文件

下載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
官方網址 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"
    ]
}