Twich watch helper
Help me to watch twitch streams.
Twich watch helperとは何ですか?
Twich watch helperはslonofanyaによって開発されたChromeの拡張機能で、その主な機能は「Help me to watch twitch streams.」です。
拡張機能のスクリーンショット
Twich watch helper拡張機能のCRXファイルをダウンロード
Twich watch helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It is extension for my own presupposes. Help me to watch twitch streams.
拡張機能の基本情報
名前 | ![]() |
ID | gdplkcapaddemcemgfldebpmeajbdbmg |
公式URL | https://chrome.google.com/webstore/detail/twich-watch-helper/gdplkcapaddemcemgfldebpmeajbdbmg |
説明 | Help me to watch twitch streams. |
ファイルサイズ | 5.37 KB |
インストール数 | 216 |
現在のバージョン | 1 |
最終更新日 | 2020-05-11 |
公開日 | 2020-05-11 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | slonofanya |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twich watch helper", "description": "Help me to watch twitch streams.", "version": "1", "permissions": [ "activeTab" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2, "icons": { "16": ".\/cloudflare.png", "32": ".\/cloudflare.png", "48": ".\/cloudflare.png", "128": ".\/cloudflare.png" } } |