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 |
公式URL | 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\/*" ] } |