TTV Right Now : Stream Notifier

Quickly see & get notified when your favorite Twitch streamers go live

Co je TTV Right Now : Stream Notifier?

TTV Right Now : Stream Notifier je rozšíření Chrome vyvinuté Klemms, a jeho hlavní funkcí je „Quickly see & get notified when your favorite Twitch streamers go live“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření TTV Right Now : Stream Notifier

Stáhněte si soubory rozšíření TTV Right Now : 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í

                        Know which Twitch streamers are live at a glance and get notified when your favorite ones go live !

Contribute to TTV Right Now : https://github.com/Klemms/TwitchRightNow                    

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

Název TTV Right Now : Stream Notifier TTV Right Now : Stream Notifier
ID jaebeaoffbboingfjbdkgbnnfdkjilld
Oficiální URL https://chromewebstore.google.com/detail/ttv-right-now-stream-noti/jaebeaoffbboingfjbdkgbnnfdkjilld
Popis Quickly see & get notified when your favorite Twitch streamers go live
Velikost souboru 664 KB
Počet instalací 615
Aktuální Verze 1.4.0
Poslední Aktualizace 2024-02-29
Datum Vydání 2022-03-08
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Klemms
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/Klemms/TwitchRightNow
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TTV Right Now : Stream Notifier",
    "description": "Quickly see & get notified when your favorite Twitch streamers go live",
    "version": "1.4.0",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg+R+P1ucI5Dp21XEhEcpOz\/SPRZf8SlpM4cBM7gGxNPzzIrpP+efChXxAIaeoWH\/A7lNi19IZekbLSAC5iqlICq0HCwtUmLiuvzvCLFceECWIW5qC0Ri2auV0Gm9NKwxXr5U0TWRjYeWKRU7RnIll5TM\/M+8nMJZIHJ6FbVZzlMLL9Jr85SK9k6DjAc9VxhE106oacn1mUf7Byg0OxmmO5\/spY7mY2KYM4Dx9D9lJSnklDNocy2ylH2t2yI8uSNN8QPSQQZjTKn\/M\/rnq0BE5ExaTH13K+o\/ZE8stDZCI+Cs\/a72XIiMUr19lWs7sHr5GaupQPkuk2qM3\/w0GEsezQIDAQAB",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "256": "images\/icon.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/klemms.github.io\/TwitchRightNow\/*"
        ]
    }
}