NimbusVPN

NimbusVPN Chrome Extension

NimbusVPNคืออะไร?

NimbusVPN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alexlogy และคุณลักษณะหลักของมันคือ "NimbusVPN Chrome Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NimbusVPN

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}