SFR / NEUF Hotspot AutoFill
Remplit automatiquement les formulaires de connection des Hotspot Wifi SFR / NEUF (User / Password / LA).
SFR / NEUF Hotspot AutoFill là gì?
SFR / NEUF Hotspot AutoFill là một tiện ích mở rộng Chrome được phát triển bởi vcotta, và tính năng chính của nó là "Remplit automatiquement les formulaires de connection des Hotspot Wifi SFR / NEUF (User / Password / LA).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SFR / NEUF Hotspot AutoFill
Tải xuống các tệp mở rộng SFR / NEUF Hotspot AutoFill dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Version 5.2.25: Correction du problème de boucle en cas d'affichage de popup. Version 5.2.24: Correction du problème de connexion sur les pages Hostpot +FON. Merci à P.C pour le report. --- 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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SFR / NEUF Hotspot AutoFill |
ID | jpcokheimfkcoofnbgalbeogbgpjlajo |
URL Chính Thức | https://chromewebstore.google.com/detail/sfr-neuf-hotspot-autofill/jpcokheimfkcoofnbgalbeogbgpjlajo |
Mô tả | Remplit automatiquement les formulaires de connection des Hotspot Wifi SFR / NEUF (User / Password / LA). |
Kích Thước Tệp | 185 KB |
Số Lần Cài Đặt | 1,084 |
Phiên Bản Hiện Tại | 5.2.25 |
Cập Nhật Lần Cuối | 2014-12-21 |
Ngày Phát Hành | 2014-12-21 |
Đánh Giá | 3.78/5 Tổng số 105 Đánh Giá |
Nhà Phát Triển | vcotta |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | fr |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "icons\/16.png", "default_popup": "options.html", "default_title": "SFR \/ NEUF Hotspot AutoFill" }, "content_scripts": [ { "exclude_globs": [ "*res=success*", "*res=failed*" ], "include_globs": [ "https:\/\/hotspot.wifi.sfr.fr", "https:\/\/hotspot.wifi.sfr.fr\/*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": "default-src 'self'; script-src 'self'; object-src 'self'; media-src 'self' *; connect-src 'self' *", "description": "Remplit automatiquement les formulaires de connection des Hotspot Wifi SFR \/ NEUF (User \/ Password \/ LA).", "icons": { "128": "icons\/128.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png" }, "manifest_version": 2, "name": "SFR \/ NEUF Hotspot AutoFill", "options_page": "options.html", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "5.2.25" } |