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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}