TrovoEnhanced

Multiple functions to enhance your Trovo Live experience.

Cos'è TrovoEnhanced?

TrovoEnhanced è un'estensione di Chrome sviluppata da verdic, e la sua funzione principale è "Multiple functions to enhance your Trovo Live experience.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TrovoEnhanced

Scarica i file di estensione TrovoEnhanced in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Enhances user experience on Trovo Live

--Fixed links/tags not showing
--Dynamic fetch of emote list so more can be added

Current Features:

BTTV Global emotes support (https://betterttv.com/)                    

Informazioni di Base sull'Estensione

Nome TrovoEnhanced TrovoEnhanced
ID bkpbbgamafafcnfgbbpeodjjapdpimef
URL Ufficiale https://chromewebstore.google.com/detail/trovoenhanced/bkpbbgamafafcnfgbbpeodjjapdpimef
Descrizione Multiple functions to enhance your Trovo Live experience.
Dimensione del File 18.9 KB
Conteggio Installazioni 155
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-11-09
Data di Pubblicazione 2021-11-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore verdic
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TrovoEnhanced",
    "description": "Multiple functions to enhance your Trovo Live experience.",
    "version": "1.0.1",
    "permissions": [
        "https:\/\/verd1c.github.io\/*"
    ],
    "icons": {
        "16": "\/images\/app16.png",
        "48": "\/images\/app48.png",
        "128": "\/images\/app128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "\/images\/app16.png",
            "48": "\/images\/app48.png",
            "128": "\/images\/app128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trovo.live\/*"
            ],
            "js": [
                "scripts\/eventHandler.js"
            ]
        }
    ]
}