TTV Right Now : Stream Notifier

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

TTV Right Now : Stream Notifier क्या है?

TTV Right Now : Stream Notifier Klemms द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly see & get notified when your favorite Twitch streamers go live"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TTV Right Now : Stream Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम TTV Right Now : Stream Notifier TTV Right Now : Stream Notifier
ID jaebeaoffbboingfjbdkgbnnfdkjilld
आधिकारिक URL https://chromewebstore.google.com/detail/ttv-right-now-stream-noti/jaebeaoffbboingfjbdkgbnnfdkjilld
विवरण Quickly see & get notified when your favorite Twitch streamers go live
फ़ाइल का आकार 664 KB
स्थापना संख्या 615
वर्तमान संस्करण 1.4.0
अंतिम अपडेट 2024-02-29
प्रकाशन तिथि 2022-03-08
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Klemms
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/Klemms/TwitchRightNow
समर्थित भाषाएँ 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\/*"
        ]
    }
}