Autocomplete on

Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.

Cos'è Autocomplete on?

Autocomplete on è un'estensione di Chrome sviluppata da nunnun, e la sua funzione principale è "Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.".

Scarica il file CRX dell'estensione Autocomplete on

Scarica i file di estensione Autocomplete on 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

                        Originally a Clone of https://chrome.google.com/webstore/detail/autocomplete-on/ecpgkdflcnofdbbkiggklcfmgbnbabhh/related made a clone because I couldn't trust that the other one wouldn't be auto-updated and start stealing my passwords.

I don't trust any extensions that want access to all websites I visit!

Consider making your own clone :)

Source code: https://github.com/kzahel/autocomplete_on                    

Informazioni di Base sull'Estensione

Nome Autocomplete on Autocomplete on
ID bkncfhcejmndlbbdhnkflblbefkdpgjh
URL Ufficiale https://chrome.google.com/webstore/detail/autocomplete-on/bkncfhcejmndlbbdhnkflblbefkdpgjh
Descrizione Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.
Dimensione del File 5.26 KB
Conteggio Installazioni 117
Versione Corrente 1.0
Ultimo Aggiornamento 2014-01-12
Data di Pubblicazione 2014-01-12
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore nunnun
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "autocomplete.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.",
    "icons": {
        "32": "icon32.png"
    },
    "name": "Autocomplete on",
    "version": "1.0",
    "manifest_version": 2
}