CIVIR (beta)

CIVIR (CIV Internet Reconnector), automatically reconnects internet for you in the CIV wifi.

Was ist CIVIR (beta)?

CIVIR (beta) ist eine Chrome-Erweiterung, die von Windarken entwickelt wurde, und ihr Hauptmerkmal ist "CIVIR (CIV Internet Reconnector), automatically reconnects internet for you in the CIV wifi.".

CIVIR (beta)-Erweiterungs-CRX-Datei herunterladen

Laden Sie CIVIR (beta)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension allow unattended reconnection of the wifi in the dorms of the CIV (Centre International de Valbonne).                    

Grundlegende Informationen zur Erweiterung

Name CIVIR (beta) CIVIR (beta)
ID mllfdfencnhnhplcigmibicdlcnhbcoh
Offizielle URL https://chrome.google.com/webstore/detail/civir-beta/mllfdfencnhnhplcigmibicdlcnhbcoh
Beschreibung CIVIR (CIV Internet Reconnector), automatically reconnects internet for you in the CIV wifi.
Dateigröße 261 KB
Installationsanzahl 20
Aktuelle Version 4.2.4
Letztes Update 2015-03-09
Veröffentlichungsdatum 2015-03-09
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler Windarken
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CIVIR (beta)",
    "short_name": "CIVIR",
    "description": "CIVIR (CIV Internet Reconnector), automatically reconnects internet for you in the CIV wifi.",
    "version": "4.2.4",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "http:\/\/192.168.200.1:8002\/",
        "notifications",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/192.168.200.1\/*"
            ],
            "js": [
                "js\/jquery-2.1.0.min.js",
                "contentscript.js"
            ]
        }
    ],
    "omnibox": {
        "keyword": "civir"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png"
        },
        "default_title": "CIVIR"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "offline_enabled": false
}