Twitch Live Extension
A browser extension that lists your live followed streamers and sends notifications when they start a new stream
Twitch Live Extensionとは何ですか?
Twitch Live ExtensionはPedro Silvaによって開発されたChromeの拡張機能で、その主な機能は「A browser extension that lists your live followed streamers and sends notifications when they start a new stream」です。
拡張機能のスクリーンショット
Twitch Live Extension拡張機能のCRXファイルをダウンロード
Twitch Live Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
To start using it, open it, log in with your Twitch account so that the extension has access only to your public information and your follows, and, every time you click on the extension icon, you will see the streamers that you follow that are live. This extension supports *Just Went Live* notifications. If you want to enable them, open the extension, go to *Settings* and enable the Just Went Live notifications. There's also a button to log out from your Twitch account. Special thanks to everyone that helped test this extension: https://github.com/PedroS11/twitch-live-extension#contribution
拡張機能の基本情報
名前 | Twitch Live Extension |
ID | nlnfdlcbnpafokhpjfffmoobbejpedgj |
公式URL | https://chromewebstore.google.com/detail/twitch-live-extension/nlnfdlcbnpafokhpjfffmoobbejpedgj |
説明 | A browser extension that lists your live followed streamers and sends notifications when they start a new stream |
ファイルサイズ | 143 KB |
インストール数 | 10,126 |
現在のバージョン | 4.2.1 |
最終更新日 | 2023-09-27 |
公開日 | 2020-10-13 |
評価 | 4.49/5 合計 59 レビュー |
開発者 | Pedro Silva |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/PedroS11/twitch-live-extension |
ヘルプページのURL | https://github.com/PedroS11/twitch-live-extension/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitch Live Extension", "description": "A browser extension that lists your live followed streamers and sends notifications when they start a new stream", "version": "4.2.1", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_popup": "index.html", "default_title": "Twitch Live Extension", "default_icon": "icon.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/id.twitch.tv\/oauth2\/*", "https:\/\/api.twitch.tv\/helix\/*" ], "permissions": [ "identity", "notifications", "alarms", "storage", "idle" ] } |