Miteruyo
Twitch channel list and automatically opens specified channels when they start streaming.
Wat is Miteruyo?
Miteruyo is een Chrome-extensie ontwikkeld door tsubasa.azumagakito, en de belangrijkste functie is "Twitch channel list and automatically opens specified channels when they start streaming.".
Extensie Screenshots
Download het CRX-bestand van de extensie Miteruyo
Download Miteruyo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
主な機能: - Twitch チャネルを登録しリスト化 - 登録したチャネルが配信中であるかどうかのステータスを表示、クリックで遷移 - 指定チャネルを新規ウィンドウ/タブで自動遷移 En: Twitch channel list and automatically opens specified channels when they start streaming. Ver 1.0.5: - ブラウザ間の設定共有を廃止 - 設定を自動引き継ぎ(環境によっては再設定必要な場合あり) - Twitchとの再連携時に既存設定が消えることがあった問題の修正
Basisinformatie over de Extensie
Naam | Miteruyo |
ID | pcjappfkdnnpblimmkppaanhdjikfbjf |
Officiële URL | https://chromewebstore.google.com/detail/miteruyo/pcjappfkdnnpblimmkppaanhdjikfbjf |
Beschrijving | Twitch channel list and automatically opens specified channels when they start streaming. |
Bestandsgrootte | 1.51 MB |
Aantal Installaties | 157 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2024-02-16 |
Publicatiedatum | 2023-05-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | tsubasa.azumagakito |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://www.twitch.tv/azumagbanjo |
Ondersteunde Talen | 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'" } } |