Trovo View

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

Qu'est-ce que Trovo View ?

Trovo View est une extension Chrome développée par ejik.mycode, et sa fonction principale est "The extension allows you to display information about streams from the site Trovo.live".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Trovo View

Téléchargez les fichiers d'extension Trovo View au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Trovo View Trovo View
ID aalidilpehaedphkaoibhonjdmegloih
URL Officiel https://chromewebstore.google.com/detail/trovo-view/aalidilpehaedphkaoibhonjdmegloih
Description The extension allows you to display information about streams from the site Trovo.live
Taille du Fichier 41.98 KB
Nombre d'Installations 173
Version Actuelle 1.1
Dernière Mise à Jour 2022-05-25
Date de Publication 2022-05-20
Évaluation 5.00/5 Total 2 Évaluations
Développeur ejik.mycode
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/live/66b79c75-f7c2-4d91-8cb4-e72a039f2e6f
Langues Prises en Charge 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"
    }
}