Password Unmasking
Unmask focused password field.
Qu'est-ce que Password Unmasking ?
Password Unmasking est une extension Chrome développée par Desert Digital LLC, et sa fonction principale est "Unmask focused password field.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Password Unmasking
Téléchargez les fichiers d'extension Password Unmasking au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | |
ID | beamglcddcaecpkiolhmfdhgnjklkflj |
URL Officiel | https://chrome.google.com/webstore/detail/password-unmasking/beamglcddcaecpkiolhmfdhgnjklkflj |
Description | Unmask focused password field. |
Taille du Fichier | 39.18 KB |
Nombre d'Installations | 107 |
Version Actuelle | 2.2 |
Dernière Mise à Jour | 2021-02-04 |
Date de Publication | 2020-07-03 |
Développeur | Desert Digital LLC |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.desertdigitalllc.com/privacy-policy |
Langues Prises en Charge | 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 *;" } |