Network Activator (HDS)

Network Activator extension for working with the hds instance of the Network Activator website

What is Network Activator (HDS)?

Network Activator (HDS) is a Chrome extension developed by https://hds.networkactivator.com, and its main feature is "Network Activator extension for working with the hds instance of the Network Activator website".

Extension Screenshots

screenshot

Download Network Activator (HDS) Extension CRX File

Download Network Activator (HDS) 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

                                            

Extension Basic Information

Name Network Activator (HDS) Network Activator (HDS)
ID ohbpdaddjfhjacipmebakhfiklljkmoa
Official URL https://chromewebstore.google.com/detail/network-activator-hds/ohbpdaddjfhjacipmebakhfiklljkmoa
Description Network Activator extension for working with the hds instance of the Network Activator website
File Size 1.19 MB
Installation Count 18
Current Version 0.0.0.2
Last Updated 2014-07-03
Publish Date 2014-07-03
Developer https://hds.networkactivator.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Network Activator (HDS)",
    "description": "Network Activator extension for working with the hds instance of the Network Activator website",
    "version": "0.0.0.2",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "context_menu.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon_48.png",
        "default_popup": "login.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/hds.networkactivator.com; object-src 'self' https:\/\/hds.networkactivator.com; frame-src 'self' https:\/\/hds.networkactivator.com"
}