VHL Improvements
Improves the usability (and tolerability) of VHLCentral
Qu'est-ce que VHL Improvements ?
VHL Improvements est une extension Chrome développée par Gizm0, et sa fonction principale est "Improves the usability (and tolerability) of VHLCentral".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VHL Improvements
Téléchargez les fichiers d'extension VHL Improvements au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A small and actively developed extension to make small improvements to the user interface and experience of VHLCentral.
Informations de Base sur l'Extension
Nom | VHL Improvements |
ID | magoaiaanbkidhdfjoikmhgagogbdjcm |
URL Officiel | https://chromewebstore.google.com/detail/vhl-improvements/magoaiaanbkidhdfjoikmhgagogbdjcm |
Description | Improves the usability (and tolerability) of VHLCentral |
Taille du Fichier | 22.4 KB |
Nombre d'Installations | 134 |
Version Actuelle | 1.1.7 |
Dernière Mise à Jour | 2020-03-14 |
Date de Publication | 2020-03-14 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Gizm0 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |