Miteruyo
Twitch channel list and automatically opens specified channels when they start streaming.
Miteruyo là gì?
Miteruyo là một tiện ích mở rộng Chrome được phát triển bởi tsubasa.azumagakito, và tính năng chính của nó là "Twitch channel list and automatically opens specified channels when they start streaming.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Miteruyo
Tải xuống các tệp mở rộng Miteruyo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
主な機能: - Twitch チャネルを登録しリスト化 - 登録したチャネルが配信中であるかどうかのステータスを表示、クリックで遷移 - 指定チャネルを新規ウィンドウ/タブで自動遷移 En: Twitch channel list and automatically opens specified channels when they start streaming. Ver 1.0.5: - ブラウザ間の設定共有を廃止 - 設定を自動引き継ぎ(環境によっては再設定必要な場合あり) - Twitchとの再連携時に既存設定が消えることがあった問題の修正
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Miteruyo |
ID | pcjappfkdnnpblimmkppaanhdjikfbjf |
URL Chính Thức | https://chromewebstore.google.com/detail/miteruyo/pcjappfkdnnpblimmkppaanhdjikfbjf |
Mô tả | Twitch channel list and automatically opens specified channels when they start streaming. |
Kích Thước Tệp | 1.51 MB |
Số Lần Cài Đặt | 157 |
Phiên Bản Hiện Tại | 1.0.7 |
Cập Nhật Lần Cuối | 2024-02-16 |
Ngày Phát Hành | 2023-05-09 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | tsubasa.azumagakito |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.twitch.tv/azumagbanjo |
Ngôn Ngữ Được Hỗ Trợ | 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'" } } |