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 |
公式URL | 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 |
Eメール | [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" } |