NimbusVPN

NimbusVPN Chrome Extension

NimbusVPN là gì?

NimbusVPN là một tiện ích mở rộng Chrome được phát triển bởi alexlogy, và tính năng chính của nó là "NimbusVPN Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NimbusVPN

Tải xuống các tệp mở rộng NimbusVPN dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NimbusVPN NimbusVPN
ID aemdjkkfnancbdofcohkamfpkbbnkmil
URL Chính Thức https://chrome.google.com/webstore/detail/nimbusvpn/aemdjkkfnancbdofcohkamfpkbbnkmil
Mô tả NimbusVPN Chrome Extension
Kích Thước Tệp 1.14 MB
Số Lần Cài Đặt 367
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-03-16
Ngày Phát Hành 2021-03-16
Đánh Giá 3.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển alexlogy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.vpnsolutions.io
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}