stream[on]
An Chrome extension to alert you when a streaming goes online.
stream[on]とは何ですか?
stream[on]はhttps://streamon.infoによって開発されたChromeの拡張機能で、その主な機能は「An Chrome extension to alert you when a streaming goes online.」です。
拡張機能のスクリーンショット
stream[on]拡張機能のCRXファイルをダウンロード
stream[on]拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
StreamON is an Chrome extension to alert you when a streaming goes online. • Works only with Twitch • Displays online streams from your followed list • Notifications in background Report bugs here: https://github.com/HackJack-101/StreamON/issues Source code: https://github.com/HackJack-101/StreamON
拡張機能の基本情報
名前 | stream[on] |
ID | kehnkjfpdndnpddnhlnaeaplnbegleim |
公式URL | https://chromewebstore.google.com/detail/streamon/kehnkjfpdndnpddnhlnaeaplnbegleim |
説明 | An Chrome extension to alert you when a streaming goes online. |
ファイルサイズ | 101 KB |
インストール数 | 186 |
現在のバージョン | 1.0.3 |
最終更新日 | 2022-10-24 |
公開日 | 2019-09-21 |
評価 | 4.50/5 合計 4 レビュー |
開発者 | https://streamon.info |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://streamon.info/policies/privacy |
対応言語 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "default_locale": "en", "version": "1.0.3", "description": "__MSG_extDesc__", "browser_action": { "default_icon": "assets\/icon128.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "permissions": [ "notifications", "tabs", "management", "background", "storage", "contextMenus", "identity", "https:\/\/id.twitch.tv\/oauth2\/*" ], "background": { "scripts": [ "lib\/tools.js", "lib\/twitch.js", "background.js" ], "persistent": true }, "web_accessible_resources": [ "assets\/*.png", "lib\/*.js", "options\/options.html" ], "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |