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…

什么是VM Plus?

VM Plus是由gentboy开发的Chrome扩展程序,该扩展的主要功能是“Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a…”。

扩展截图

screenshot

下载VM Plus扩展crx文件

下载VM Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 VM Plus VM Plus
ID ebebbmdhmmlfgiinnaengbeogfpahhaj
官方URL https://chromewebstore.google.com/detail/vm-plus/ebebbmdhmmlfgiinnaengbeogfpahhaj
简介 Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a…
文件大小 3.28 KB
安装次数 70
当前版本 1.0
更新时间 2016-11-20
上架时间 2016-11-20
评分 2.00/5 共2次评分
开发者 gentboy
付费类型 free
支持的语言 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\/*"
    ]
}