TrovoEnhanced
Multiple functions to enhance your Trovo Live experience.
Wat is TrovoEnhanced?
TrovoEnhanced is een Chrome-extensie ontwikkeld door verdic, en de belangrijkste functie is "Multiple functions to enhance your Trovo Live experience.".
Extensie Screenshots
Download het CRX-bestand van de extensie TrovoEnhanced
Download TrovoEnhanced-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/) Basisinformatie over de Extensie
| Naam | |
| ID | bkpbbgamafafcnfgbbpeodjjapdpimef |
| Officiële URL | https://chromewebstore.google.com/detail/trovoenhanced/bkpbbgamafafcnfgbbpeodjjapdpimef |
| Beschrijving | Multiple functions to enhance your Trovo Live experience. |
| Bestandsgrootte | 18.9 KB |
| Aantal Installaties | 155 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2021-11-09 |
| Publicatiedatum | 2021-11-05 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | verdic |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |