VHL Improvements

Improves the usability (and tolerability) of VHLCentral

Wat is VHL Improvements?

VHL Improvements is een Chrome-extensie ontwikkeld door Gizm0, en de belangrijkste functie is "Improves the usability (and tolerability) of VHLCentral".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie VHL Improvements

Download VHL Improvements-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A small and actively developed extension to make small improvements to the user interface and experience of VHLCentral.                    

Basisinformatie over de Extensie

Naam VHL Improvements VHL Improvements
ID magoaiaanbkidhdfjoikmhgagogbdjcm
Officiële URL https://chromewebstore.google.com/detail/vhl-improvements/magoaiaanbkidhdfjoikmhgagogbdjcm
Beschrijving Improves the usability (and tolerability) of VHLCentral
Bestandsgrootte 22.4 KB
Aantal Installaties 134
Huidige Versie 1.1.7
Laatst Bijgewerkt 2020-03-14
Publicatiedatum 2020-03-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Gizm0
Betalingswijze free
Ondersteunde Talen 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"
    ]
}