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…

O que é VM Plus?

VM Plus é uma extensão do Chrome desenvolvida por gentboy, e sua principal característica é "Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão VM Plus

Baixe arquivos de extensão VM Plus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome VM Plus VM Plus
ID ebebbmdhmmlfgiinnaengbeogfpahhaj
URL Oficial https://chromewebstore.google.com/detail/vm-plus/ebebbmdhmmlfgiinnaengbeogfpahhaj
Descrição Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a…
Tamanho do Arquivo 3.28 KB
Contagem de Instalações 70
Versão Atual 1.0
Última Atualização 2016-11-20
Data de Publicação 2016-11-20
Classificação 2.00/5 Total de 2 Avaliações
Desenvolvedor gentboy
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}