Twitch Favorite Streamers

Always keep an eye on your favorite streamers. Choose your favorites and sort them!

Twitch Favorite Streamers là gì?

Twitch Favorite Streamers là một tiện ích mở rộng Chrome được phát triển bởi Repit, và tính năng chính của nó là "Always keep an eye on your favorite streamers. Choose your favorites and sort them!".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Twitch Favorite Streamers 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

                        This extension lets you organize your favorite streamers so you can monitor them anytime you’re browsing the internet. You can also get notifications when they’re live!

To set it up, just connect to the extension using your Twitch account, and then go to the options to choose your favorites and sort them. 
To move your streamers, just drag and drop them from one list to another. 
Your favorite streamers will show up in the popup of the extension in the order you defined.

Enjoy !                    

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

Tên Twitch Favorite Streamers Twitch Favorite Streamers
ID ejdopeebmefeldfgfnopoakgjahlpgki
URL Chính Thức https://chromewebstore.google.com/detail/twitch-favorite-streamers/ejdopeebmefeldfgfnopoakgjahlpgki
Mô tả Always keep an eye on your favorite streamers. Choose your favorites and sort them!
Kích Thước Tệp 452 KB
Số Lần Cài Đặt 601
Phiên Bản Hiện Tại 1.3.3
Cập Nhật Lần Cuối 2023-09-13
Ngày Phát Hành 2021-09-01
Đánh Giá 4.40/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Repit
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://brokodairs.github.io/privacy-policy/twitch-favorite-streamers.html
Ngôn Ngữ Được Hỗ Trợ en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Favorite Streamers",
    "description": "__MSG_manifestDescription__",
    "version": "1.3.3",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/icon-16.png",
        "32": ".\/images\/icon-32.png",
        "48": ".\/images\/icon-48.png",
        "128": ".\/images\/icon-128.png"
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icons": {
            "16": ".\/images\/icon-16.png",
            "32": ".\/images\/icon-32.png",
            "48": ".\/images\/icon-48.png",
            "128": ".\/images\/icon-128.png"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "identity",
        "notifications",
        "alarms"
    ],
    "default_locale": "en"
}