Multistre.am Opener
Extension to open all open Twitch tabs in Multistre.am
Cos'è Multistre.am Opener?
Multistre.am Opener è un'estensione di Chrome sviluppata da Jimi Hite, e la sua funzione principale è "Extension to open all open Twitch tabs in Multistre.am".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Multistre.am Opener
Scarica i file di estensione Multistre.am Opener 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
Ever wanted to watch multiple Twitch streams at once? MultiStre.am Opener is an extension that provides an easy to use interface to watch up to eight streams at once using the website MultiStre.am. To use, visit Twitch.tv, open the extension and then either enter up to eight names of live streamers or open all Twitch tabs in your browser window with MultiStre.am.
Informazioni di Base sull'Estensione
Nome | Multistre.am Opener |
ID | obmfjmajpmjbjpmjnlpncccjgmlpcifi |
URL Ufficiale | https://chromewebstore.google.com/detail/multistream-opener/obmfjmajpmjbjpmjnlpncccjgmlpcifi |
Descrizione | Extension to open all open Twitch tabs in Multistre.am |
Dimensione del File | 14.39 KB |
Conteggio Installazioni | 38 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-05-31 |
Data di Pubblicazione | 2021-05-25 |
Sviluppatore | Jimi Hite |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Multistre.am Opener", "version": "1.0", "description": "Extension to open all open Twitch tabs in Multistre.am", "permissions": [ "declarativeContent", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/multi_16.png", "32": "images\/multi_32.png", "48": "images\/multi_48.png", "128": "images\/multi_128.png" } }, "icons": { "16": "images\/multi_16.png", "32": "images\/multi_32.png", "48": "images\/multi_48.png", "128": "images\/multi_128.png" }, "options_page": "options.html", "manifest_version": 2 } |