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…
Wat is VM Plus?
VM Plus is een Chrome-extensie ontwikkeld door gentboy, en de belangrijkste functie is "Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a…".
Extensie Screenshots
Download het CRX-bestand van de extensie VM Plus
Download VM Plus-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
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | ebebbmdhmmlfgiinnaengbeogfpahhaj | 
| Officiële URL | https://chromewebstore.google.com/detail/vm-plus/ebebbmdhmmlfgiinnaengbeogfpahhaj | 
| Beschrijving | Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a… | 
| Bestandsgrootte | 3.28 KB | 
| Aantal Installaties | 70 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2016-11-20 | 
| Publicatiedatum | 2016-11-20 | 
| Beoordeling | 2.00/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | gentboy | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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\/*"
    ]
}  |  |