Password Unmasking

Unmask focused password field.

Cos'è Password Unmasking?

Password Unmasking è un'estensione di Chrome sviluppata da Desert Digital LLC, e la sua funzione principale è "Unmask focused password field.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Password Unmasking

Scarica i file di estensione Password Unmasking in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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).                    

Informazioni di Base sull'Estensione

Nome Password Unmasking Password Unmasking
ID beamglcddcaecpkiolhmfdhgnjklkflj
URL Ufficiale https://chrome.google.com/webstore/detail/password-unmasking/beamglcddcaecpkiolhmfdhgnjklkflj
Descrizione Unmask focused password field.
Dimensione del File 39.18 KB
Conteggio Installazioni 107
Versione Corrente 2.2
Ultimo Aggiornamento 2021-02-04
Data di Pubblicazione 2020-07-03
Sviluppatore Desert Digital LLC
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.desertdigitalllc.com/privacy-policy
Lingue Supportate 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 *;"
}