Twitch Favorite Streamers
Always keep an eye on your favorite streamers. Choose your favorites and sort them!
什麼是Twitch Favorite Streamers?
Twitch Favorite Streamers是由Repit開發的Chrome擴展程式,該擴展的主要功能是“Always keep an eye on your favorite streamers. Choose your favorites and sort them!”。
擴展截圖
下載Twitch Favorite Streamers擴展crx文件
下載Twitch Favorite Streamers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 !
擴展基本資訊
名稱 | Twitch Favorite Streamers |
ID | ejdopeebmefeldfgfnopoakgjahlpgki |
官方網址 | https://chromewebstore.google.com/detail/twitch-favorite-streamers/ejdopeebmefeldfgfnopoakgjahlpgki |
簡介 | Always keep an eye on your favorite streamers. Choose your favorites and sort them! |
檔案大小 | 452 KB |
安裝次數 | 601 |
目前版本 | 1.3.3 |
更新時間 | 2023-09-13 |
上架時間 | 2021-09-01 |
評分 | 4.40/5 共 15 次評分 |
開發者 | Repit |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://brokodairs.github.io/privacy-policy/twitch-favorite-streamers.html |
支援的語言 | 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" } |