AutoConnect ASUS

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

Wat is AutoConnect ASUS?

AutoConnect ASUS is een Chrome-extensie ontwikkeld door stelaxi, en de belangrijkste functie is "Позволяет автоматически подключиться беспроводный маршрутизатор ASUS, роутер.".

Download het CRX-bestand van de extensie AutoConnect ASUS

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

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

Basisinformatie over de Extensie

Naam AutoConnect ASUS AutoConnect ASUS
ID omkpcnieghdckhbfidabmklibfpgdbid
Officiële URL https://chrome.google.com/webstore/detail/autoconnect-asus/omkpcnieghdckhbfidabmklibfpgdbid
Beschrijving Позволяет автоматически подключиться беспроводный маршрутизатор ASUS, роутер.
Bestandsgrootte 64 KB
Aantal Installaties 38
Huidige Versie 1.8
Laatst Bijgewerkt 2017-04-07
Publicatiedatum 2017-04-07
Ontwikkelaar stelaxi
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}