Autocomplete on

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

Qu'est-ce que Autocomplete on ?

Autocomplete on est une extension Chrome développée par nunnun, et sa fonction principale est "Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.".

Télécharger le fichier CRX de l'extension Autocomplete on

Téléchargez les fichiers d'extension Autocomplete on 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

                        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                    

Informations de Base sur l'Extension

Nom Autocomplete on Autocomplete on
ID bkncfhcejmndlbbdhnkflblbefkdpgjh
URL Officiel https://chrome.google.com/webstore/detail/autocomplete-on/bkncfhcejmndlbbdhnkflblbefkdpgjh
Description Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.
Taille du Fichier 5.26 KB
Nombre d'Installations 117
Version Actuelle 1.0
Dernière Mise à Jour 2014-01-12
Date de Publication 2014-01-12
Évaluation 1.00/5 Total 2 Évaluations
Développeur nunnun
Type de Paiement free
Langues Prises en Charge 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
}