Autocomplete on

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

Wat is Autocomplete on?

Autocomplete on is een Chrome-extensie ontwikkeld door nunnun, en de belangrijkste functie is "Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.".

Download het CRX-bestand van de extensie Autocomplete on

Download Autocomplete on-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Autocomplete on Autocomplete on
ID bkncfhcejmndlbbdhnkflblbefkdpgjh
Officiële URL https://chrome.google.com/webstore/detail/autocomplete-on/bkncfhcejmndlbbdhnkflblbefkdpgjh
Beschrijving Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.
Bestandsgrootte 5.26 KB
Aantal Installaties 117
Huidige Versie 1.0
Laatst Bijgewerkt 2014-01-12
Publicatiedatum 2014-01-12
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar nunnun
Betalingswijze free
Ondersteunde Talen 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
}