AcON
Enable autocomplete on all elements in all forms in all frames.
Что такое AcON?
AcON - это расширение Chrome, разработанное Ariesgeek, и его основная функция - "Enable autocomplete on all elements in all forms in all frames.".
Снимки экрана расширения
Скачать файл CRX расширения AcON
Скачайте файлы расширений AcON в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | hgomhdjjeblgoojjdiceliecfifgaiab |
Официальный URL | https://chrome.google.com/webstore/detail/acon/hgomhdjjeblgoojjdiceliecfifgaiab |
Описание | Enable autocomplete on all elements in all forms in all frames. |
Размер файла | 10.78 KB |
Количество установок | 73 |
Текущая Версия | 1.0.0.0 |
Последнее Обновление | 2015-11-14 |
Дата публикации | 2015-11-14 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Ariesgeek |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } |