MultiStream Extension
Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.
Cos'è MultiStream Extension?
MultiStream Extension è un'estensione di Chrome sviluppata da jeffdalley, e la sua funzione principale è "Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MultiStream Extension
Scarica i file di estensione MultiStream Extension 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
Chrome Extension for working with Twitch TV and https://multistre.am. This tool is intended to provide a few shortcuts for those who still use the main Twitch TV website, but would like to quickly and easily switch to MultiStream with up to 6 channels via the Extension button popup. When entering channel names in the extension's popup, your entries will be saved to local storage. This will enable you to browse to multiple Twitch pages and click the '+' button to add that stream, while persisting your previous additions despite the popup disappearing.
Informazioni di Base sull'Estensione
Nome | MultiStream Extension |
ID | njglhbamlnkijhmcpnphfjeboaddnend |
URL Ufficiale | https://chromewebstore.google.com/detail/multistream-extension/njglhbamlnkijhmcpnphfjeboaddnend |
Descrizione | Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV. |
Dimensione del File | 264 KB |
Conteggio Installazioni | 228 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2024-02-03 |
Data di Pubblicazione | 2017-10-10 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | jeffdalley |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jdalley |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MultiStream Extension", "short_name": "ms-extension", "description": "Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.", "version": "1.4", "action": { "default_icon": "images\/icon32.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/kbmod-logo-48.png", "128": "images\/kbmod-logo-128.png" }, "permissions": [ "tabs", "storage" ] } |