Password Unmasking
Unmask focused password field.
Password Unmaskingคืออะไร?
Password Unmasking เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Desert Digital LLC และคุณลักษณะหลักของมันคือ "Unmask focused password field."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Password Unmasking
ดาวน์โหลดไฟล์ส่วนขยาย Password Unmasking ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Unmask password in one click in a new tab of the browser. A new tab experience that unmask your password .We are giving you search option from new tab to give you quick access to your desired site through yahoo.com & unmask your password. By clicking "Add to Chrome", I accept and agree to install "Password Unmasking" Chrome extension and setting Chrome™ New Tab to that provided by the service and the Privacy (bex-digital.com/privacy-policy) and Terms of Use (bex-digital.com/terms-and-conditions).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | beamglcddcaecpkiolhmfdhgnjklkflj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/password-unmasking/beamglcddcaecpkiolhmfdhgnjklkflj |
คำอธิบาย | Unmask focused password field. |
ขนาดไฟล์ | 39.18 KB |
จำนวนการติดตั้ง | 107 |
เวอร์ชันปัจจุบัน | 2.2 |
อัปเดตครั้งล่าสุด | 2021-02-04 |
วันที่เผยแพร่ | 2020-07-03 |
ผู้พัฒนา | Desert Digital LLC |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.desertdigitalllc.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Password Unmasking", "description": "Unmask focused password field.", "homepage_url": "https:\/\/www.passwordunmasking.com", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "storage", "https:\/\/www.bex-digital.com\/password_unmask\/*" ], "version": "2.2", "browser_action": { "default_icon": { "16": "images\/bd-16.png", "32": "images\/bd-32.png", "48": "images\/bd-48.png", "128": "images\/bd-128.png" } }, "icons": { "16": "images\/bd-16.png", "32": "images\/bd-32.png", "48": "images\/bd-48.png", "128": "images\/bd-128.png" }, "chrome_url_overrides": { "newtab": "landing.html" }, "web_accessible_resources": [ "images\/*.*" ], "content_security_policy": "script-src 'self' https:\/\/www.bex-digital.com\/password_unmask\/custom.js https:\/\/www.bex-digital.com\/password_unmask\/background.js; object-src 'self' ;style-src 'self' 'unsafe-inline' *;media-src *;" } |