SFR / NEUF Hotspot AutoFill
Remplit automatiquement les formulaires de connection des Hotspot Wifi SFR / NEUF (User / Password / LA).
什麼是SFR / NEUF Hotspot AutoFill?
SFR / NEUF Hotspot AutoFill是由vcotta開發的Chrome擴展程式,該擴展的主要功能是“Remplit automatiquement les formulaires de connection des Hotspot Wifi SFR / NEUF (User / Password / LA).”。
擴展截圖
下載SFR / NEUF Hotspot AutoFill擴展crx文件
下載SFR / NEUF Hotspot AutoFill擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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! 擴展基本資訊
| 名稱 | |
| ID | jpcokheimfkcoofnbgalbeogbgpjlajo |
| 官方網址 | https://chromewebstore.google.com/detail/sfr-neuf-hotspot-autofill/jpcokheimfkcoofnbgalbeogbgpjlajo |
| 簡介 | Remplit automatiquement les formulaires de connection des Hotspot Wifi SFR / NEUF (User / Password / LA). |
| 檔案大小 | 185 KB |
| 安裝次數 | 1,084 |
| 目前版本 | 5.2.25 |
| 更新時間 | 2014-12-21 |
| 上架時間 | 2014-12-21 |
| 評分 | 3.78/5 共 105 次評分 |
| 開發者 | vcotta |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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"
} | |