TrovoEnhanced
Multiple functions to enhance your Trovo Live experience.
What is TrovoEnhanced?
TrovoEnhanced is a Chrome extension developed by verdic, and its main feature is "Multiple functions to enhance your Trovo Live experience.".
Extension Screenshots
Download TrovoEnhanced Extension CRX File
Download TrovoEnhanced extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/)
Extension Basic Information
Name | TrovoEnhanced |
ID | bkpbbgamafafcnfgbbpeodjjapdpimef |
Official URL | https://chromewebstore.google.com/detail/trovoenhanced/bkpbbgamafafcnfgbbpeodjjapdpimef |
Description | Multiple functions to enhance your Trovo Live experience. |
File Size | 18.9 KB |
Installation Count | 155 |
Current Version | 1.0.1 |
Last Updated | 2021-11-09 |
Publish Date | 2021-11-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | verdic |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |