Twitch Stream Notifier

See when streamers go online!

Twitch Stream Notifier क्या है?

Twitch Stream Notifier TheoryCraft Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See when streamers go online!"।

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

screenshot

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

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

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

                        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                    

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

नाम Twitch Stream Notifier Twitch Stream Notifier
ID lpkgicfflpkdinhalebfjlonfhehnpem
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-stream-notifier/lpkgicfflpkdinhalebfjlonfhehnpem
विवरण See when streamers go online!
फ़ाइल का आकार 480 KB
स्थापना संख्या 3,154
वर्तमान संस्करण 1.7.0
अंतिम अपडेट 2022-12-23
प्रकाशन तिथि 2019-10-21
रेटिंग 4.21/5 कुल 29 रेटिंग्स
डेवलपर TheoryCraft Inc.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Friss/TwitchNotifier
सहायता पृष्ठ URL https://github.com/Friss/TwitchNotifier
गोपनीयता नीति पृष्ठ URL https://theorycraft.gg/terms
समर्थित भाषाएँ 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'"
}