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
官方網址 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"
    ]
}