FREE Hotspot AutoFill

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

Apa itu FREE Hotspot AutoFill?

FREE Hotspot AutoFill adalah ekstensi Chrome yang dikembangkan oleh vcotta, dan fitur utamanya adalah "Remplit automatiquement les formulaires de connection des Hotspot FREE (User / Password).".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi FREE Hotspot AutoFill

Unduh file ekstensi FREE Hotspot AutoFill dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama FREE Hotspot AutoFill FREE Hotspot AutoFill
ID oagbmpiphimaihffccikjjbdembceaff
URL Resmi https://chromewebstore.google.com/detail/free-hotspot-autofill/oagbmpiphimaihffccikjjbdembceaff
Deskripsi Remplit automatiquement les formulaires de connection des Hotspot FREE (User / Password).
Ukuran File 35.63 KB
Jumlah Instalasi 123
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-10-30
Tanggal Publikasi 2016-09-25
Penilaian 3.81/5 Total 16 Penilaian
Pengembang vcotta
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}