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 |
Eメール | [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" } |