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
官方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"
    ]
}