FREE Hotspot AutoFill
Remplit automatiquement les formulaires de connection des Hotspot FREE (User / Password).
Что такое FREE Hotspot AutoFill?
FREE Hotspot AutoFill - это расширение Chrome, разработанное vcotta, и его основная функция - "Remplit automatiquement les formulaires de connection des Hotspot FREE (User / Password).".
Снимки экрана расширения
Скачать файл CRX расширения FREE Hotspot AutoFill
Скачайте файлы расширений FREE Hotspot AutoFill в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Chrome ne sauvegarde pas votre mot de passe? Marre d'avoir à retaper celui ci et à cocher les termes et conditions avant de pouvoir vous connecter à un hotspot? Cette extension est faite pour vous!
Основная информация о расширении
Название | FREE Hotspot AutoFill |
ID | oagbmpiphimaihffccikjjbdembceaff |
Официальный URL | https://chromewebstore.google.com/detail/free-hotspot-autofill/oagbmpiphimaihffccikjjbdembceaff |
Описание | Remplit automatiquement les formulaires de connection des Hotspot FREE (User / Password). |
Размер файла | 35.63 KB |
Количество установок | 123 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-10-30 |
Дата публикации | 2016-09-25 |
Рейтинг | 3.81/5 Всего 16 оценок |
Разработчик | vcotta |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | fr |
manifest.json | |
{ "background": { "page": "background.html" }, "content_security_policy": "default-src 'self'; script-src 'self'; object-src 'self'; media-src 'self' *; connect-src 'self' *", "browser_action": { "default_icon": "icons\/16.png", "default_popup": "options.html", "default_title": "FREE Hotspot AutoFill" }, "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "https:\/\/wifi.free.fr", "https:\/\/wifi.free.fr\/*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Remplit automatiquement les formulaires de connection des Hotspot FREE (User \/ Password).", "icons": { "128": "icons\/128.png", "64": "icons\/64.png", "48": "icons\/48.png", "32": "icons\/32.png" }, "name": "FREE Hotspot AutoFill", "options_page": "options.html", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |