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…

Co to jest VM Plus?

VM Plus to rozszerzenie Chrome opracowane przez gentboy, a jego główną funkcją jest „Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia VM Plus

Pobierz pliki rozszerzeń VM Plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa VM Plus VM Plus
ID ebebbmdhmmlfgiinnaengbeogfpahhaj
Oficjalny URL https://chromewebstore.google.com/detail/vm-plus/ebebbmdhmmlfgiinnaengbeogfpahhaj
Opis Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a…
Rozmiar pliku 3.28 KB
Liczba instalacji 70
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-11-20
Data Publikacji 2016-11-20
Ocena 2.00/5 Łącznie 2 Oceny
Deweloper gentboy
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}