VHL Improvements
Improves the usability (and tolerability) of VHLCentral
Cos'è VHL Improvements?
VHL Improvements è un'estensione di Chrome sviluppata da Gizm0, e la sua funzione principale è "Improves the usability (and tolerability) of VHLCentral".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VHL Improvements
Scarica i file di estensione VHL Improvements in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A small and actively developed extension to make small improvements to the user interface and experience of VHLCentral.
Informazioni di Base sull'Estensione
Nome | VHL Improvements |
ID | magoaiaanbkidhdfjoikmhgagogbdjcm |
URL Ufficiale | https://chromewebstore.google.com/detail/vhl-improvements/magoaiaanbkidhdfjoikmhgagogbdjcm |
Descrizione | Improves the usability (and tolerability) of VHLCentral |
Dimensione del File | 22.4 KB |
Conteggio Installazioni | 134 |
Versione Corrente | 1.1.7 |
Ultimo Aggiornamento | 2020-03-14 |
Data di Pubblicazione | 2020-03-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Gizm0 |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |