OnlineTTV

Extension showing the list of active followed channels.

OnlineTTV क्या है?

OnlineTTV Mego द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension showing the list of active followed channels."।

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

screenshot

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

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

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

                        OnlineTTV is an extension that will greatly improve the way you manage your favorite Twitch streams.
You can view the active channels of your favorite streamers.
Now you can get the status of your favorite streams in one place.
Fast and convenient!                    

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

नाम OnlineTTV OnlineTTV
ID becfleolohnaegiedeidikdfndkdcjcm
आधिकारिक URL https://chromewebstore.google.com/detail/onlinettv/becfleolohnaegiedeidikdfndkdcjcm
विवरण Extension showing the list of active followed channels.
फ़ाइल का आकार 29.01 KB
स्थापना संख्या 38
वर्तमान संस्करण 1.5.0
अंतिम अपडेट 2022-06-06
प्रकाशन तिथि 2022-03-21
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Mego
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://megomvs.github.io/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OnlineTTV",
    "version": "1.5.0",
    "description": "Extension showing the list of active followed channels.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "49": "icon.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/megomvs.github.io\/"
    ]
}