Miteruyo
Twitch channel list and automatically opens specified channels when they start streaming.
什么是Miteruyo?
Miteruyo是由tsubasa.azumagakito开发的Chrome扩展程序,该扩展的主要功能是“Twitch channel list and automatically opens specified channels when they start streaming.”。
扩展截图
下载Miteruyo扩展crx文件
下载Miteruyo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
主な機能: - Twitch チャネルを登録しリスト化 - 登録したチャネルが配信中であるかどうかのステータスを表示、クリックで遷移 - 指定チャネルを新規ウィンドウ/タブで自動遷移 En: Twitch channel list and automatically opens specified channels when they start streaming. Ver 1.0.5: - ブラウザ間の設定共有を廃止 - 設定を自動引き継ぎ(環境によっては再設定必要な場合あり) - Twitchとの再連携時に既存設定が消えることがあった問題の修正
扩展基本信息
名称 | Miteruyo |
ID | pcjappfkdnnpblimmkppaanhdjikfbjf |
官方URL | https://chromewebstore.google.com/detail/miteruyo/pcjappfkdnnpblimmkppaanhdjikfbjf |
简介 | Twitch channel list and automatically opens specified channels when they start streaming. |
文件大小 | 1.51 MB |
安装次数 | 157 |
当前版本 | 1.0.7 |
更新时间 | 2024-02-16 |
上架时间 | 2023-05-09 |
评分 | 5.00/5 共1次评分 |
开发者 | tsubasa.azumagakito |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://www.twitch.tv/azumagbanjo |
支持的语言 | 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'" } } |