CIVIR (beta)

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

What is CIVIR (beta)?

CIVIR (beta) is a Chrome extension developed by Windarken, and its main feature is "CIVIR (CIV Internet Reconnector), automatically reconnects internet for you in the CIV wifi.".

Download CIVIR (beta) Extension CRX File

Download CIVIR (beta) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name CIVIR (beta) CIVIR (beta)
ID mllfdfencnhnhplcigmibicdlcnhbcoh
Official URL https://chrome.google.com/webstore/detail/civir-beta/mllfdfencnhnhplcigmibicdlcnhbcoh
Description CIVIR (CIV Internet Reconnector), automatically reconnects internet for you in the CIV wifi.
File Size 261 KB
Installation Count 20
Current Version 4.2.4
Last Updated 2015-03-09
Publish Date 2015-03-09
Rating 4.00/5 Total 1 Ratings
Developer Windarken
Email [email protected]
Payment Type free
Supported Languages 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
}