NimbusVPN

NimbusVPN Chrome Extension

NimbusVPN란 무엇입니까?

NimbusVPN은(는) alexlogy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NimbusVPN Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

NimbusVPN 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}