FREE Hotspot AutoFill

Remplit automatiquement les formulaires de connection des Hotspot FREE (User / Password).

FREE Hotspot AutoFill là gì?

FREE 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 FREE (User / Password).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FREE Hotspot AutoFill

Tải xuống các tệp mở rộng FREE 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

                        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 FREE Hotspot AutoFill FREE Hotspot AutoFill
ID oagbmpiphimaihffccikjjbdembceaff
URL Chính Thức https://chromewebstore.google.com/detail/free-hotspot-autofill/oagbmpiphimaihffccikjjbdembceaff
Mô tả Remplit automatiquement les formulaires de connection des Hotspot FREE (User / Password).
Kích Thước Tệp 35.63 KB
Số Lần Cài Đặt 123
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-10-30
Ngày Phát Hành 2016-09-25
Đánh Giá 3.81/5 Tổng số 16 Đánh Giá
Nhà Phát Triển vcotta
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}