Password Unmasking
Unmask focused password field.
O que é Password Unmasking?
Password Unmasking é uma extensão do Chrome desenvolvida por Desert Digital LLC, e sua principal característica é "Unmask focused password field.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Password Unmasking
Baixe arquivos de extensão Password Unmasking no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | |
ID | beamglcddcaecpkiolhmfdhgnjklkflj |
URL Oficial | https://chrome.google.com/webstore/detail/password-unmasking/beamglcddcaecpkiolhmfdhgnjklkflj |
Descrição | Unmask focused password field. |
Tamanho do Arquivo | 39.18 KB |
Contagem de Instalações | 107 |
Versão Atual | 2.2 |
Última Atualização | 2021-02-04 |
Data de Publicação | 2020-07-03 |
Desenvolvedor | Desert Digital LLC |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.desertdigitalllc.com/privacy-policy |
Idiomas Suportados | 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 *;" } |