Trovo View

The extension allows you to display information about streams from the site Trovo.live

Trovo View क्या है?

Trovo View ejik.mycode द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension allows you to display information about streams from the site Trovo.live"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The extension allows you to track the broadcasts of your favorite streamers, as well as receive notifications when some favorite streamer has turned on the broadcast.
Notifications are configured individually for each streamer.


New in Version 1.1:
* Added English translation. The translation is determined by the language selected in the browser
* Improved interface                    

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

नाम Trovo View Trovo View
ID aalidilpehaedphkaoibhonjdmegloih
आधिकारिक URL https://chromewebstore.google.com/detail/trovo-view/aalidilpehaedphkaoibhonjdmegloih
विवरण The extension allows you to display information about streams from the site Trovo.live
फ़ाइल का आकार 41.98 KB
स्थापना संख्या 173
वर्तमान संस्करण 1.1
अंतिम अपडेट 2022-05-25
प्रकाशन तिथि 2022-05-20
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर ejik.mycode
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/live/66b79c75-f7c2-4d91-8cb4-e72a039f2e6f
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/open-api.trovo.live\/*"
            ],
            "js": [
                "popup.js",
                "options.js",
                "language.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/trovo.live\/*"
    ],
    "action": {
        "default_title": "Trovo View",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "img\/trovo_icon.png"
    }
}