OnlineTTV

Extension showing the list of active followed channels.

OnlineTTVとは何ですか?

OnlineTTVはMegoによって開発されたChromeの拡張機能で、その主な機能は「Extension showing the list of active followed channels.」です。

拡張機能のスクリーンショット

screenshot

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 OnlineTTV
ID becfleolohnaegiedeidikdfndkdcjcm
公式URL 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
Eメール [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\/"
    ]
}