FREE Hotspot AutoFill

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

Wat is FREE Hotspot AutoFill?

FREE Hotspot AutoFill is een Chrome-extensie ontwikkeld door vcotta, en de belangrijkste functie is "Remplit automatiquement les formulaires de connection des Hotspot FREE (User / Password).".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie FREE Hotspot AutoFill

Download FREE Hotspot AutoFill-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam FREE Hotspot AutoFill FREE Hotspot AutoFill
ID oagbmpiphimaihffccikjjbdembceaff
Officiële URL https://chromewebstore.google.com/detail/free-hotspot-autofill/oagbmpiphimaihffccikjjbdembceaff
Beschrijving Remplit automatiquement les formulaires de connection des Hotspot FREE (User / Password).
Bestandsgrootte 35.63 KB
Aantal Installaties 123
Huidige Versie 1.0
Laatst Bijgewerkt 2016-10-30
Publicatiedatum 2016-09-25
Beoordeling 3.81/5 Totaal 16 Beoordelingen
Ontwikkelaar vcotta
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}