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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |