CIVIR (beta)

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

Qu'est-ce que CIVIR (beta) ?

CIVIR (beta) est une extension Chrome développée par Windarken, et sa fonction principale est "CIVIR (CIV Internet Reconnector), automatically reconnects internet for you in the CIV wifi.".

Télécharger le fichier CRX de l'extension CIVIR (beta)

Téléchargez les fichiers d'extension CIVIR (beta) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom CIVIR (beta) CIVIR (beta)
ID mllfdfencnhnhplcigmibicdlcnhbcoh
URL Officiel https://chrome.google.com/webstore/detail/civir-beta/mllfdfencnhnhplcigmibicdlcnhbcoh
Description CIVIR (CIV Internet Reconnector), automatically reconnects internet for you in the CIV wifi.
Taille du Fichier 261 KB
Nombre d'Installations 20
Version Actuelle 4.2.4
Dernière Mise à Jour 2015-03-09
Date de Publication 2015-03-09
Évaluation 4.00/5 Total 1 Évaluations
Développeur Windarken
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}