Read It For Me on Twitch

This extension will help you to read message automatically

什么是Read It For Me on Twitch?

Read It For Me on Twitch是由https://studiobinghuan.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“This extension will help you to read message automatically”。

扩展截图

screenshot

下载Read It For Me on Twitch扩展crx文件

下载Read It For Me on Twitch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Developer: BH_Lin

## Description: 
This extension will help you to read message on Twitch,Mixer and Youtube automatically

## My Blog: 
http://studiobinghuan.blogspot.tw/?view=flipcard

© Studio Bing-Huan 2018                    

扩展基本信息

名称 Read It For Me on Twitch Read It For Me on Twitch
ID ijabhlckfakioipenejnlannadfjjlji
官方URL https://chromewebstore.google.com/detail/read-it-for-me-on-twitch/ijabhlckfakioipenejnlannadfjjlji
简介 This extension will help you to read message automatically
文件大小 1.08 MB
安装次数 111
当前版本 1.0.31
更新时间 2019-03-02
上架时间 2019-03-02
开发者 https://studiobinghuan.blogspot.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read It For Me on Twitch",
    "description": "This extension will help you to read message automatically",
    "version": "1.0.31",
    "homepage_url": "http:\/\/studiobinghuan.blogspot.tw\/?view=flipcard",
    "permissions": [
        "http:\/\/bh-tetris.firebaseapp.com\/*",
        "http:\/\/let-us-race.firebaseapp.com\/*",
        "http:\/\/let-us-face-in-3d.firebaseapp.com\/*",
        "http:\/\/the-space-defender.firebaseapp.com\/*",
        "https:\/\/the-space-defender.firebaseapp.com\/*",
        "https:\/\/bh-tetris.firebaseapp.com\/*",
        "https:\/\/let-us-race.firebaseapp.com\/*",
        "https:\/\/let-us-face-in-3d.firebaseapp.com\/*",
        "http:\/\/www.twitch.tv\/*",
        "https:\/\/www.twitch.tv\/*",
        "https:\/\/tmi.twitch.tv\/*",
        "http:\/\/tmi.twitch.tv\/*",
        "http:\/\/127.0.0.1:3000\/*",
        "https:\/\/127.0.0.1:3000\/*",
        "https:\/\/localhost:3000\/*",
        "http:\/\/localhost:3000\/*",
        "tabs",
        "debugger",
        "activeTab",
        "webNavigation"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*",
                "http:\/\/*.mixer.com\/*",
                "https:\/\/*.mixer.com\/*",
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "data\/lib\/jquery-3.3.1.min.js",
                "data\/content_script.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "data\/images\/Icon-16.png",
        "48": "data\/images\/Icon-48.png",
        "128": "data\/images\/Icon-128.png"
    }
}