TrovoEnhanced

Multiple functions to enhance your Trovo Live experience.

Apa itu TrovoEnhanced?

TrovoEnhanced adalah ekstensi Chrome yang dikembangkan oleh verdic, dan fitur utamanya adalah "Multiple functions to enhance your Trovo Live experience.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TrovoEnhanced

Unduh file ekstensi TrovoEnhanced dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/)                    

Informasi Dasar Ekstensi

Nama TrovoEnhanced TrovoEnhanced
ID bkpbbgamafafcnfgbbpeodjjapdpimef
URL Resmi https://chromewebstore.google.com/detail/trovoenhanced/bkpbbgamafafcnfgbbpeodjjapdpimef
Deskripsi Multiple functions to enhance your Trovo Live experience.
Ukuran File 18.9 KB
Jumlah Instalasi 155
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2021-11-09
Tanggal Publikasi 2021-11-05
Penilaian 5.00/5 Total 1 Penilaian
Pengembang verdic
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}