VM Plus

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…

Merlin
Additional files are visible only to premium users

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/*"
  ]
}