AcON

Enable autocomplete on all elements in all forms in all frames.

Co to jest AcON?

AcON to rozszerzenie Chrome opracowane przez Ariesgeek, a jego główną funkcją jest „Enable autocomplete on all elements in all forms in all frames.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AcON

Pobierz pliki rozszerzeń AcON w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Like many others, this un-assholes websites by finding all attempts to disable autocomplete and undoing those attempts.  Unlike others, this one not only checks all form attributes and all form element attributes, but it also makes sure that ALL forms and form elements are checked -- even those in frames that are inside frames that are inside frames, etc.                    

Podstawowe informacje o rozszerzeniu

Nazwa AcON AcON
ID hgomhdjjeblgoojjdiceliecfifgaiab
Oficjalny URL https://chrome.google.com/webstore/detail/acon/hgomhdjjeblgoojjdiceliecfifgaiab
Opis Enable autocomplete on all elements in all forms in all frames.
Rozmiar pliku 10.78 KB
Liczba instalacji 73
Aktualna Wersja 1.0.0.0
Ostatnia Aktualizacja 2015-11-14
Data Publikacji 2015-11-14
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Ariesgeek
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "acon.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "AcON",
    "short_name": "AcON",
    "description": "Enable autocomplete on all elements in all forms in all frames.",
    "version": "1.0.0.0"
}