stream[on]
An Chrome extension to alert you when a streaming goes online.
Cos'è stream[on]?
stream[on] è un'estensione di Chrome sviluppata da https://streamon.info, e la sua funzione principale è "An Chrome extension to alert you when a streaming goes online.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione stream[on]
Scarica i file di estensione stream[on] in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | stream[on] |
ID | kehnkjfpdndnpddnhlnaeaplnbegleim |
URL Ufficiale | https://chromewebstore.google.com/detail/streamon/kehnkjfpdndnpddnhlnaeaplnbegleim |
Descrizione | An Chrome extension to alert you when a streaming goes online. |
Dimensione del File | 101 KB |
Conteggio Installazioni | 186 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2022-10-24 |
Data di Pubblicazione | 2019-09-21 |
Valutazione | 4.50/5 Totale 4 Valutazioni |
Sviluppatore | https://streamon.info |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://streamon.info/policies/privacy |
Lingue Supportate | 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 } } |