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
Eメール [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"
    ]
}