Multi Twitch Extension

Chrome Extension who allow you to easely follow when your streamers goes live.

Cos'è Multi Twitch Extension?

Multi Twitch Extension è un'estensione di Chrome sviluppata da Lupusanghren, e la sua funzione principale è "Chrome Extension who allow you to easely follow when your streamers goes live.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Multi Twitch Extension

Scarica i file di estensione Multi Twitch 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

                        A Chrome extension that allows you to easely know when your favorite streamers are live.
With this chrome extension you can also manage your favorite streamers on Twitch.tv.
You will be notified when a streamer is live. 
You can easely add streamers through the option page or directly using the 'Add the current channel' button.
The 'Launch the multi twitch' button allow you to create a multitwitch page with the online streamers you have selected on the extension.                    

Informazioni di Base sull'Estensione

Nome Multi Twitch Extension Multi Twitch Extension
ID jpgnbiffpoelgpegopldffmpbmfdojga
URL Ufficiale https://chromewebstore.google.com/detail/multi-twitch-extension/jpgnbiffpoelgpegopldffmpbmfdojga
Descrizione Chrome Extension who allow you to easely follow when your streamers goes live.
Dimensione del File 689 KB
Conteggio Installazioni 933
Versione Corrente 3.2.0
Ultimo Aggiornamento 2021-02-03
Data di Pubblicazione 2020-05-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Lupusanghren
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Lupusanghrenn/MultiTwitchExtension
URL della Pagina di Aiuto https://twitter.com/Lupusanghrenn
Lingue Supportate en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "Multi Twitch",
    "background": {
        "scripts": [
            ".\/scripts\/script_back.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icone64.png",
        "default_popup": "pages\/index.html",
        "default_title": "Multi twitch"
    },
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "images\/icone128.png",
        "64": "images\/icone64.png",
        "32": "images\/icone32.png",
        "16": "images\/icone16.png"
    },
    "options_page": "pages\/template_option.html",
    "permissions": [
        "https:\/\/api.twitch.tv\/helix\/streams\/",
        "https:\/\/static-cdn.jtvnw.net\/jtv_user_pictures\/",
        "notifications",
        "tabs"
    ],
    "default_locale": "en",
    "version": "3.2.0",
    "author": "Lupusanghren @Lupusanghrenn"
}