VHL Improvements
Improves the usability (and tolerability) of VHLCentral
What is VHL Improvements?
VHL Improvements is a Chrome extension developed by Gizm0, and its main feature is "Improves the usability (and tolerability) of VHLCentral".
Extension Screenshots
Download VHL Improvements Extension CRX File
Download VHL Improvements 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
A small and actively developed extension to make small improvements to the user interface and experience of VHLCentral.
Extension Basic Information
Name | VHL Improvements |
ID | magoaiaanbkidhdfjoikmhgagogbdjcm |
Official URL | https://chromewebstore.google.com/detail/vhl-improvements/magoaiaanbkidhdfjoikmhgagogbdjcm |
Description | Improves the usability (and tolerability) of VHLCentral |
File Size | 22.4 KB |
Installation Count | 134 |
Current Version | 1.1.7 |
Last Updated | 2020-03-14 |
Publish Date | 2020-03-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Gizm0 |
Payment Type | free |
Supported Languages | 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" ] } |