Password Unmasking
Unmask focused password field.
Password Unmasking란 무엇입니까?
Password Unmasking은(는) Desert Digital LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unmask focused password field."입니다.
확장 프로그램 스크린샷
Password Unmasking 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 *;" } |