VHL Improvements
Improves the usability (and tolerability) of VHLCentral
Was ist VHL Improvements?
VHL Improvements ist eine Chrome-Erweiterung, die von Gizm0 entwickelt wurde, und ihr Hauptmerkmal ist "Improves the usability (and tolerability) of VHLCentral".
Erweiterungsscreenshots
VHL Improvements-Erweiterungs-CRX-Datei herunterladen
Laden Sie VHL Improvements-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A small and actively developed extension to make small improvements to the user interface and experience of VHLCentral.
Grundlegende Informationen zur Erweiterung
Name | VHL Improvements |
ID | magoaiaanbkidhdfjoikmhgagogbdjcm |
Offizielle URL | https://chromewebstore.google.com/detail/vhl-improvements/magoaiaanbkidhdfjoikmhgagogbdjcm |
Beschreibung | Improves the usability (and tolerability) of VHLCentral |
Dateigröße | 22.4 KB |
Installationsanzahl | 134 |
Aktuelle Version | 1.1.7 |
Letztes Update | 2020-03-14 |
Veröffentlichungsdatum | 2020-03-14 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Gizm0 |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |