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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gentboy และคุณลักษณะหลักของมันคือ "Virgin Media Super Hub 3 console page function enhancement. The only function so far is to make the password input in login a…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VM Plus

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/*"
    ]
}