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との再連携時に既存設定が消えることがあった問題の修正 擴展基本資訊
| 名稱 | |
| ID | pcjappfkdnnpblimmkppaanhdjikfbjf |
| 官方網址 | 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'"
}
} | |