TrovoEnhanced
Multiple functions to enhance your Trovo Live experience.
Vad är TrovoEnhanced?
TrovoEnhanced är en Chrome-tillägg utvecklad av verdic, och dess huvudfunktion är "Multiple functions to enhance your Trovo Live experience.".
Tilläggsskärmbilder
Ladda ner TrovoEnhanced-förlängningens CRX-fil
Ladda ner TrovoEnhanced-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/) Grundläggande Information om Tillägg
| Namn | |
| ID | bkpbbgamafafcnfgbbpeodjjapdpimef |
| Officiell webbadress | https://chromewebstore.google.com/detail/trovoenhanced/bkpbbgamafafcnfgbbpeodjjapdpimef |
| Beskrivning | Multiple functions to enhance your Trovo Live experience. |
| Filstorlek | 18.9 KB |
| Antal Installationer | 155 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2021-11-09 |
| Publiceringsdatum | 2021-11-05 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | verdic |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |