VM Plus

Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a…

Qu'est-ce que VM Plus ?

VM Plus est une extension Chrome développée par gentboy, et sa fonction principale est "Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension VM Plus

Téléchargez les fichiers d'extension VM Plus 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

                        Virgin Media Super Hub 3 console page function enhancement.
The only function so far is to make the password input in login a password input, which mask your password on input.                    

Informations de Base sur l'Extension

Nom VM Plus VM Plus
ID ebebbmdhmmlfgiinnaengbeogfpahhaj
URL Officiel https://chromewebstore.google.com/detail/vm-plus/ebebbmdhmmlfgiinnaengbeogfpahhaj
Description Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a…
Taille du Fichier 3.28 KB
Nombre d'Installations 70
Version Actuelle 1.0
Dernière Mise à Jour 2016-11-20
Date de Publication 2016-11-20
Évaluation 2.00/5 Total 2 Évaluations
Développeur gentboy
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VM Plus",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/192.168.0.1\/"
            ],
            "js": [
                "vm_login.js"
            ],
            "css": [
                "vm_login.css"
            ]
        }
    ],
    "permissions": [
        "http:\/\/192.168.0.1\/*"
    ]
}