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…”。
擴展截圖
下載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 |
ID | ebebbmdhmmlfgiinnaengbeogfpahhaj |
官方網址 | 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\/*" ] } |