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…

Apa itu VM Plus?

VM Plus adalah ekstensi Chrome yang dikembangkan oleh gentboy, dan fitur utamanya adalah "Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi VM Plus

Unduh file ekstensi VM Plus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama VM Plus VM Plus
ID ebebbmdhmmlfgiinnaengbeogfpahhaj
URL Resmi https://chromewebstore.google.com/detail/vm-plus/ebebbmdhmmlfgiinnaengbeogfpahhaj
Deskripsi Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a…
Ukuran File 3.28 KB
Jumlah Instalasi 70
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-11-20
Tanggal Publikasi 2016-11-20
Penilaian 2.00/5 Total 2 Penilaian
Pengembang gentboy
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}