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…

What is VM Plus?

VM Plus is a Chrome extension developed by gentboy, and its main feature is "Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a…".

Extension Screenshots

screenshot

Download VM Plus Extension CRX File

Download VM Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name VM Plus VM Plus
ID ebebbmdhmmlfgiinnaengbeogfpahhaj
Official URL 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…
File Size 3.28 KB
Installation Count 70
Current Version 1.0
Last Updated 2016-11-20
Publish Date 2016-11-20
Rating 2.00/5 Total 2 Ratings
Developer gentboy
Payment Type free
Supported Languages 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\/*"
    ]
}