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" } |