Password Unmasking
Unmask focused password field.
Was ist Password Unmasking?
Password Unmasking ist eine Chrome-Erweiterung, die von Desert Digital LLC entwickelt wurde, und ihr Hauptmerkmal ist "Unmask focused password field.".
Erweiterungsscreenshots
Password Unmasking-Erweiterungs-CRX-Datei herunterladen
Laden Sie Password Unmasking-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | |
ID | beamglcddcaecpkiolhmfdhgnjklkflj |
Offizielle URL | https://chrome.google.com/webstore/detail/password-unmasking/beamglcddcaecpkiolhmfdhgnjklkflj |
Beschreibung | Unmask focused password field. |
Dateigröße | 39.18 KB |
Installationsanzahl | 107 |
Aktuelle Version | 2.2 |
Letztes Update | 2021-02-04 |
Veröffentlichungsdatum | 2020-07-03 |
Entwickler | Desert Digital LLC |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.desertdigitalllc.com/privacy-policy |
Unterstützte Sprachen | 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 *;" } |