FREE Hotspot AutoFill
Remplit automatiquement les formulaires de connection des Hotspot FREE (User / Password).
What is FREE Hotspot AutoFill?
FREE Hotspot AutoFill is a Chrome extension developed by vcotta, and its main feature is "Remplit automatiquement les formulaires de connection des Hotspot FREE (User / Password).".
Extension Screenshots
Download FREE Hotspot AutoFill Extension CRX File
Download FREE Hotspot AutoFill extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | FREE Hotspot AutoFill |
ID | oagbmpiphimaihffccikjjbdembceaff |
Official URL | https://chromewebstore.google.com/detail/free-hotspot-autofill/oagbmpiphimaihffccikjjbdembceaff |
Description | Remplit automatiquement les formulaires de connection des Hotspot FREE (User / Password). |
File Size | 35.63 KB |
Installation Count | 123 |
Current Version | 1.0 |
Last Updated | 2016-10-30 |
Publish Date | 2016-09-25 |
Rating | 3.81/5 Total 16 Ratings |
Developer | vcotta |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |