Multi Twitch Extension

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

Co je Multi Twitch Extension?

Multi Twitch Extension je rozšíření Chrome vyvinuté Lupusanghren, a jeho hlavní funkcí je „Chrome Extension who allow you to easely follow when your streamers goes live.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Multi Twitch Extension

Stáhněte si soubory rozšíření Multi Twitch Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Multi Twitch Extension Multi Twitch Extension
ID jpgnbiffpoelgpegopldffmpbmfdojga
Oficiální URL https://chromewebstore.google.com/detail/multi-twitch-extension/jpgnbiffpoelgpegopldffmpbmfdojga
Popis Chrome Extension who allow you to easely follow when your streamers goes live.
Velikost souboru 689 KB
Počet instalací 933
Aktuální Verze 3.2.0
Poslední Aktualizace 2021-02-03
Datum Vydání 2020-05-20
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Lupusanghren
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Lupusanghrenn/MultiTwitchExtension
URL Stránky Nápovědy https://twitter.com/Lupusanghrenn
Podporované Jazyky 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"
}