Trovo View

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

Τι είναι το Trovo View;

Το Trovo View είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ejik.mycode, και η κύρια λειτουργία του είναι "The extension allows you to display information about streams from the site Trovo.live".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Trovo View

Λήψη αρχείων επέκτασης Trovo View σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}