VHL Improvements
Improves the usability (and tolerability) of VHLCentral
Hvad er VHL Improvements?
VHL Improvements er en Chrome-udvidelse udviklet af Gizm0, og dens hovedfunktion er "Improves the usability (and tolerability) of VHLCentral".
Udvidelsesskærmbilleder
Download VHL Improvements-udvidelses-CRX-fil
Download VHL Improvements-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A small and actively developed extension to make small improvements to the user interface and experience of VHLCentral. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | magoaiaanbkidhdfjoikmhgagogbdjcm |
| Officiel URL | https://chromewebstore.google.com/detail/vhl-improvements/magoaiaanbkidhdfjoikmhgagogbdjcm |
| Beskrivelse | Improves the usability (and tolerability) of VHLCentral |
| Filstørrelse | 22.4 KB |
| Antal Installationer | 134 |
| Nuværende Version | 1.1.7 |
| Senest Opdateret | 2020-03-14 |
| Udgivelsesdato | 2020-03-14 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Gizm0 |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"short_name": "VHLi",
"version": "1.1.7",
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"page_action": {
"default_icon": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
}
},
"author": "https:\/\/www.github.com\/i-am-gizm0",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"*:\/\/*.vhlcentral.com\/sections\/*\/activities\/*"
],
"js": [
"content.js"
]
}
],
"incognito": "split",
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"declarativeContent"
]
} | |