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…

Cos'è VM Plus?

VM Plus è un'estensione di Chrome sviluppata da gentboy, e la sua funzione principale è "Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione VM Plus

Scarica i file di estensione VM Plus 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

                        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.                    

Informazioni di Base sull'Estensione

Nome VM Plus VM Plus
ID ebebbmdhmmlfgiinnaengbeogfpahhaj
URL Ufficiale https://chromewebstore.google.com/detail/vm-plus/ebebbmdhmmlfgiinnaengbeogfpahhaj
Descrizione Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a…
Dimensione del File 3.28 KB
Conteggio Installazioni 70
Versione Corrente 1.0
Ultimo Aggiornamento 2016-11-20
Data di Pubblicazione 2016-11-20
Valutazione 2.00/5 Totale 2 Valutazioni
Sviluppatore gentboy
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}