Multistre.am Opener
Extension to open all open Twitch tabs in Multistre.am
Qu'est-ce que Multistre.am Opener ?
Multistre.am Opener est une extension Chrome développée par Jimi Hite, et sa fonction principale est "Extension to open all open Twitch tabs in Multistre.am".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Multistre.am Opener
Téléchargez les fichiers d'extension Multistre.am Opener au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Multistre.am Opener |
ID | obmfjmajpmjbjpmjnlpncccjgmlpcifi |
URL Officiel | https://chromewebstore.google.com/detail/multistream-opener/obmfjmajpmjbjpmjnlpncccjgmlpcifi |
Description | Extension to open all open Twitch tabs in Multistre.am |
Taille du Fichier | 14.39 KB |
Nombre d'Installations | 38 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-05-31 |
Date de Publication | 2021-05-25 |
Développeur | Jimi Hite |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |