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…
Vad är VM Plus?
VM Plus är en Chrome-tillägg utvecklad av gentboy, och dess huvudfunktion är "Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a…".
Tilläggsskärmbilder
Ladda ner VM Plus-förlängningens CRX-fil
Ladda ner VM Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | VM Plus |
ID | ebebbmdhmmlfgiinnaengbeogfpahhaj |
Officiell webbadress | https://chromewebstore.google.com/detail/vm-plus/ebebbmdhmmlfgiinnaengbeogfpahhaj |
Beskrivning | Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a… |
Filstorlek | 3.28 KB |
Antal Installationer | 70 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-11-20 |
Publiceringsdatum | 2016-11-20 |
Betyg | 2.00/5 Totalt 2 Betyg |
Utvecklare | gentboy |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |