AutoConnect ASUS

Позволяет автоматически подключиться беспроводный маршрутизатор ASUS, роутер.

What is AutoConnect ASUS?

AutoConnect ASUS is a Chrome extension developed by stelaxi, and its main feature is "Позволяет автоматически подключиться беспроводный маршрутизатор ASUS, роутер.".

Download AutoConnect ASUS Extension CRX File

Download AutoConnect ASUS 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

                        AutoConnect ASUS automatically connects to the Internet using the ASUS Wireless Router                    

Extension Basic Information

Name AutoConnect ASUS AutoConnect ASUS
ID omkpcnieghdckhbfidabmklibfpgdbid
Official URL https://chrome.google.com/webstore/detail/autoconnect-asus/omkpcnieghdckhbfidabmklibfpgdbid
Description Позволяет автоматически подключиться беспроводный маршрутизатор ASUS, роутер.
File Size 64 KB
Installation Count 38
Current Version 1.8
Last Updated 2017-04-07
Publish Date 2017-04-07
Developer stelaxi
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoConnect ASUS",
    "description": "\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u0431\u0435\u0441\u043f\u0440\u043e\u0432\u043e\u0434\u043d\u044b\u0439 \u043c\u0430\u0440\u0448\u0440\u0443\u0442\u0438\u0437\u0430\u0442\u043e\u0440 ASUS, \u0440\u043e\u0443\u0442\u0435\u0440.",
    "version": "1.8",
    "manifest_version": 2,
    "author": "[email protected]",
    "icons": {
        "128": "images\/128.png",
        "48": "images\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/192.168.0.1\/*",
                "*:\/\/*.192.168.0.1\/*"
            ],
            "js": [
                "library\/jquery.js"
            ],
            "run_at": "document_end"
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_title": "AutoConnect ASUS"
    },
    "background": {
        "scripts": [
            "library\/jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "notifications",
        "*:\/\/192.168.0.1\/*",
        "*:\/\/*.192.168.0.1\/*"
    ]
}