Read It For Me on Twitch

This extension will help you to read message automatically

Wat is Read It For Me on Twitch?

Read It For Me on Twitch is een Chrome-extensie ontwikkeld door https://studiobinghuan.blogspot.com, en de belangrijkste functie is "This extension will help you to read message automatically".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Read It For Me on Twitch

Download Read It For Me on Twitch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Read It For Me on Twitch Read It For Me on Twitch
ID ijabhlckfakioipenejnlannadfjjlji
Officiële URL https://chromewebstore.google.com/detail/read-it-for-me-on-twitch/ijabhlckfakioipenejnlannadfjjlji
Beschrijving This extension will help you to read message automatically
Bestandsgrootte 1.08 MB
Aantal Installaties 111
Huidige Versie 1.0.31
Laatst Bijgewerkt 2019-03-02
Publicatiedatum 2019-03-02
Ontwikkelaar https://studiobinghuan.blogspot.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}