Live Followlist for Twitch
Get notified when your favorite streamers go live
Live Followlist for Twitch là gì?
Live Followlist for Twitch là một tiện ích mở rộng Chrome được phát triển bởi os8544026, và tính năng chính của nó là "Get notified when your favorite streamers go live".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Live Followlist for Twitch
Tải xuống các tệp mở rộng Live Followlist for Twitch 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
See and be notified about the currently streaming users you follow on Twitch. Features: - Be notified whenever a streamer you follow goes live - No extra login required. Simply being logged in to Twitch is sufficient. - Quick access to your favorite streams - Enable or disable notifications This extension is developed independently and not associated in any way with twitch.tv. Your privacy is important to us, therefore we try to request only the minimal amount of permissions possible. Some permissions however are necessary for this extension to work. These are: - Storage: used to save wether you want to receive notifications or not - Notifications: necessary to notify you when a stream went live - Cookies: needed to access your followed streams without you having to do an extra login If you have any questions, or suggestions please feel free to contact us [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fjmehfjemmkjppbjlompjenndffmlhfn |
URL Chính Thức | https://chrome.google.com/webstore/detail/live-followlist-for-twitc/fjmehfjemmkjppbjlompjenndffmlhfn |
Mô tả | Get notified when your favorite streamers go live |
Kích Thước Tệp | 272 KB |
Số Lần Cài Đặt | 396 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-04-30 |
Ngày Phát Hành | 2021-03-08 |
Đánh Giá | 4.44/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | os8544026 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://greensearch.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | de,en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "__MSG_appName__", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "manifest_version": 2, "default_locale": "en_US", "browser_action": { "default_popup": "index.html", "default_title": "__MSG_appName__" }, "icons": { "16": "icon16x16.png", "24": "icon24x24.png", "32": "icon32x32.png", "48": "icon48x48.png", "128": "icon128x128.png" }, "background": { "scripts": [ ".\/background\/background.js" ] }, "permissions": [ "cookies", "storage", "notifications", "https:\/\/*.twitch.tv\/", "https:\/\/*.static-cdn.jtvnw.net\/jtv_user_pictures\/" ], "version": "1.0" } |