FREE Hotspot AutoFill
Remplit automatiquement les formulaires de connection des Hotspot FREE (User / Password).
什么是FREE Hotspot AutoFill?
FREE Hotspot AutoFill是由vcotta开发的Chrome扩展程序,该扩展的主要功能是“Remplit automatiquement les formulaires de connection des Hotspot FREE (User / Password).”。
扩展截图
下载FREE Hotspot AutoFill扩展crx文件
下载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" } |