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 là gì?

VM Plus là một tiện ích mở rộng Chrome được phát triển bởi gentboy, và tính năng chính của nó là "Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng VM Plus

Tải xuống các tệp mở rộng VM Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VM Plus VM Plus
ID ebebbmdhmmlfgiinnaengbeogfpahhaj
URL Chính Thức https://chromewebstore.google.com/detail/vm-plus/ebebbmdhmmlfgiinnaengbeogfpahhaj
Mô tả Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a…
Kích Thước Tệp 3.28 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-11-20
Ngày Phát Hành 2016-11-20
Đánh Giá 2.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển gentboy
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}