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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |