TTV Right Now : Stream Notifier

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

Qu'est-ce que TTV Right Now : Stream Notifier ?

TTV Right Now : Stream Notifier est une extension Chrome développée par Klemms, et sa fonction principale est "Quickly see & get notified when your favorite Twitch streamers go live".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension TTV Right Now : Stream Notifier

Téléchargez les fichiers d'extension TTV Right Now : Stream Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom TTV Right Now : Stream Notifier TTV Right Now : Stream Notifier
ID jaebeaoffbboingfjbdkgbnnfdkjilld
URL Officiel https://chromewebstore.google.com/detail/ttv-right-now-stream-noti/jaebeaoffbboingfjbdkgbnnfdkjilld
Description Quickly see & get notified when your favorite Twitch streamers go live
Taille du Fichier 664 KB
Nombre d'Installations 615
Version Actuelle 1.4.0
Dernière Mise à Jour 2024-02-29
Date de Publication 2022-03-08
Évaluation 5.00/5 Total 4 Évaluations
Développeur Klemms
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/Klemms/TwitchRightNow
Langues Prises en Charge 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\/*"
        ]
    }
}