OnlineTTV
Extension showing the list of active followed channels.
什麼是OnlineTTV?
OnlineTTV是由Mego開發的Chrome擴展程式,該擴展的主要功能是“Extension showing the list of active followed channels.”。
擴展截圖
下載OnlineTTV擴展crx文件
下載OnlineTTV擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
OnlineTTV is an extension that will greatly improve the way you manage your favorite Twitch streams. You can view the active channels of your favorite streamers. Now you can get the status of your favorite streams in one place. Fast and convenient!
擴展基本資訊
名稱 | OnlineTTV |
ID | becfleolohnaegiedeidikdfndkdcjcm |
官方網址 | https://chromewebstore.google.com/detail/onlinettv/becfleolohnaegiedeidikdfndkdcjcm |
簡介 | Extension showing the list of active followed channels. |
檔案大小 | 29.01 KB |
安裝次數 | 38 |
目前版本 | 1.5.0 |
更新時間 | 2022-06-06 |
上架時間 | 2022-03-21 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Mego |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://megomvs.github.io/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OnlineTTV", "version": "1.5.0", "description": "Extension showing the list of active followed channels.", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "49": "icon.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "alarms", "notifications" ], "host_permissions": [ "https:\/\/megomvs.github.io\/" ] } |