NimbusVPN

NimbusVPN Chrome Extension

What is NimbusVPN?

NimbusVPN is a Chrome extension developed by alexlogy, and its main feature is "NimbusVPN Chrome Extension".

Extension Screenshots

screenshot
screenshot

Download NimbusVPN Extension CRX File

Download NimbusVPN 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

                        A chrome VPN extension for all Chrome users!

NimbusVPN is a private dedicated proxy VPN extension to secure your access to the internet. Each user will have their own dedicated server.

We offer reseller solutions for our VPN services too with a reseller portal for user and server management.

Find out more at https://www.vpnsolutions.io or email to us at [email protected]!                    

Extension Basic Information

Name NimbusVPN NimbusVPN
ID aemdjkkfnancbdofcohkamfpkbbnkmil
Official URL https://chrome.google.com/webstore/detail/nimbusvpn/aemdjkkfnancbdofcohkamfpkbbnkmil
Description NimbusVPN Chrome Extension
File Size 1.14 MB
Installation Count 367
Current Version 0.0.1
Last Updated 2021-03-16
Publish Date 2021-03-16
Rating 3.25/5 Total 4 Ratings
Developer alexlogy
Email [email protected]
Payment Type free
Extension Website https://www.vpnsolutions.io
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NimbusVPN",
    "description": "NimbusVPN Chrome Extension",
    "version": "0.0.1",
    "default_locale": "en",
    "background": {
        "persistent": true,
        "scripts": [
            "assets\/js\/jquery-3.5.1.min.js",
            "assets\/js\/main.js",
            "assets\/js\/app.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/img\/icon16.png",
        "default_popup": "panel.html"
    },
    "icons": {
        "128": "assets\/img\/icon128.png",
        "16": "assets\/img\/icon16.png",
        "32": "assets\/img\/icon32.png",
        "48": "assets\/img\/icon48.png"
    },
    "permissions": [
        "",
        "background",
        "storage",
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/api.vpnsolutions.io\/api\/*"
    ],
    "web_accessible_resources": [
        "assets\/fonts\/*.ttf"
    ]
}