Miteruyo
Twitch channel list and automatically opens specified channels when they start streaming.
What is Miteruyo?
Miteruyo is a Chrome extension developed by tsubasa.azumagakito, and its main feature is "Twitch channel list and automatically opens specified channels when they start streaming.".
Extension Screenshots
Download Miteruyo Extension CRX File
Download Miteruyo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
主な機能: - Twitch チャネルを登録しリスト化 - 登録したチャネルが配信中であるかどうかのステータスを表示、クリックで遷移 - 指定チャネルを新規ウィンドウ/タブで自動遷移 En: Twitch channel list and automatically opens specified channels when they start streaming. Ver 1.0.5: - ブラウザ間の設定共有を廃止 - 設定を自動引き継ぎ(環境によっては再設定必要な場合あり) - Twitchとの再連携時に既存設定が消えることがあった問題の修正
Extension Basic Information
Name | Miteruyo |
ID | pcjappfkdnnpblimmkppaanhdjikfbjf |
Official URL | https://chromewebstore.google.com/detail/miteruyo/pcjappfkdnnpblimmkppaanhdjikfbjf |
Description | Twitch channel list and automatically opens specified channels when they start streaming. |
File Size | 1.51 MB |
Installation Count | 157 |
Current Version | 1.0.7 |
Last Updated | 2024-02-16 |
Publish Date | 2023-05-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | tsubasa.azumagakito |
[email protected] | |
Payment Type | free |
Help Page URL | https://www.twitch.tv/azumagbanjo |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Miteruyo", "version": "1.0.7", "description": "Twitch channel list and automatically opens specified channels when they start streaming.", "permissions": [ "tabs", "storage", "identity", "alarms" ], "icons": { "48": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |