Miteruyo
Twitch channel list and automatically opens specified channels when they start streaming.
Cos'è Miteruyo?
Miteruyo è un'estensione di Chrome sviluppata da tsubasa.azumagakito, e la sua funzione principale è "Twitch channel list and automatically opens specified channels when they start streaming.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Miteruyo
Scarica i file di estensione Miteruyo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
主な機能: - Twitch チャネルを登録しリスト化 - 登録したチャネルが配信中であるかどうかのステータスを表示、クリックで遷移 - 指定チャネルを新規ウィンドウ/タブで自動遷移 En: Twitch channel list and automatically opens specified channels when they start streaming. Ver 1.0.5: - ブラウザ間の設定共有を廃止 - 設定を自動引き継ぎ(環境によっては再設定必要な場合あり) - Twitchとの再連携時に既存設定が消えることがあった問題の修正
Informazioni di Base sull'Estensione
Nome | Miteruyo |
ID | pcjappfkdnnpblimmkppaanhdjikfbjf |
URL Ufficiale | https://chromewebstore.google.com/detail/miteruyo/pcjappfkdnnpblimmkppaanhdjikfbjf |
Descrizione | Twitch channel list and automatically opens specified channels when they start streaming. |
Dimensione del File | 1.51 MB |
Conteggio Installazioni | 157 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2024-02-16 |
Data di Pubblicazione | 2023-05-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | tsubasa.azumagakito |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://www.twitch.tv/azumagbanjo |
Lingue Supportate | 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'" } } |