OnlineTTV

Extension showing the list of active followed channels.

OnlineTTV là gì?

OnlineTTV là một tiện ích mở rộng Chrome được phát triển bởi Mego, và tính năng chính của nó là "Extension showing the list of active followed channels.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OnlineTTV

Tải xuống các tệp mở rộng OnlineTTV dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OnlineTTV OnlineTTV
ID becfleolohnaegiedeidikdfndkdcjcm
URL Chính Thức https://chromewebstore.google.com/detail/onlinettv/becfleolohnaegiedeidikdfndkdcjcm
Mô tả Extension showing the list of active followed channels.
Kích Thước Tệp 29.01 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2022-06-06
Ngày Phát Hành 2022-03-21
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Mego
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://megomvs.github.io/
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}