Twitch Stream Notifier

See when streamers go online!

Co je Twitch Stream Notifier?

Twitch Stream Notifier je rozšíření Chrome vyvinuté TheoryCraft Inc., a jeho hlavní funkcí je „See when streamers go online!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitch Stream Notifier

Stáhněte si soubory rozšíření Twitch Stream Notifier 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í

                        Track the status of your favorite Twitch.tv streamers no matter where you are. Use the extension to see which streamers are online and get a notification of when they do go online. 

You can add streamers one at a time or bulk add via your Twitch username.

Not affiliated with Twitch.tv. Powered by TheoryCraft.gg                    

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

Název Twitch Stream Notifier Twitch Stream Notifier
ID lpkgicfflpkdinhalebfjlonfhehnpem
Oficiální URL https://chromewebstore.google.com/detail/twitch-stream-notifier/lpkgicfflpkdinhalebfjlonfhehnpem
Popis See when streamers go online!
Velikost souboru 480 KB
Počet instalací 3,154
Aktuální Verze 1.7.0
Poslední Aktualizace 2022-12-23
Datum Vydání 2019-10-21
Hodnocení 4.21/5 Celkem 29 Hodnocení
Vývojář TheoryCraft Inc.
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Friss/TwitchNotifier
URL Stránky Nápovědy https://github.com/Friss/TwitchNotifier
URL Stránky Zásad Ochrany Soukromí https://theorycraft.gg/terms
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Stream Notifier",
    "version": "1.7.0",
    "manifest_version": 2,
    "description": "See when streamers go online!",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png",
        "500": "images\/logo_500.png"
    },
    "homepage_url": "https:\/\/github.com\/Friss\/TwitchNotifier",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "background"
    ],
    "browser_action": {
        "default_icon": "images\/logo_128.png",
        "default_title": "Twitch Stream Notifier",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/logo_128.png"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}