Multistre.am Opener

Extension to open all open Twitch tabs in Multistre.am

O que é Multistre.am Opener?

Multistre.am Opener é uma extensão do Chrome desenvolvida por Jimi Hite, e sua principal característica é "Extension to open all open Twitch tabs in Multistre.am".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Multistre.am Opener

Baixe arquivos de extensão Multistre.am Opener no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Multistre.am Opener Multistre.am Opener
ID obmfjmajpmjbjpmjnlpncccjgmlpcifi
URL Oficial https://chromewebstore.google.com/detail/multistream-opener/obmfjmajpmjbjpmjnlpncccjgmlpcifi
Descrição Extension to open all open Twitch tabs in Multistre.am
Tamanho do Arquivo 14.39 KB
Contagem de Instalações 38
Versão Atual 1.0
Última Atualização 2021-05-31
Data de Publicação 2021-05-25
Desenvolvedor Jimi Hite
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}