NimbusVPN

NimbusVPN Chrome Extension

什么是NimbusVPN?

NimbusVPN是由alexlogy开发的Chrome扩展程序,该扩展的主要功能是“NimbusVPN Chrome Extension”。

扩展截图

screenshot
screenshot

下载NimbusVPN扩展crx文件

下载NimbusVPN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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]!                    

扩展基本信息

名称 NimbusVPN NimbusVPN
ID aemdjkkfnancbdofcohkamfpkbbnkmil
官方URL https://chrome.google.com/webstore/detail/nimbusvpn/aemdjkkfnancbdofcohkamfpkbbnkmil
简介 NimbusVPN Chrome Extension
文件大小 1.14 MB
安装次数 367
当前版本 0.0.1
更新时间 2021-03-16
上架时间 2021-03-16
评分 3.25/5 共4次评分
开发者 alexlogy
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.vpnsolutions.io
支持的语言 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"
    ]
}