NimbusVPN

NimbusVPN Chrome Extension

Cos'è NimbusVPN?

NimbusVPN è un'estensione di Chrome sviluppata da alexlogy, e la sua funzione principale è "NimbusVPN Chrome Extension".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione NimbusVPN

Scarica i file di estensione NimbusVPN in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome NimbusVPN NimbusVPN
ID aemdjkkfnancbdofcohkamfpkbbnkmil
URL Ufficiale https://chrome.google.com/webstore/detail/nimbusvpn/aemdjkkfnancbdofcohkamfpkbbnkmil
Descrizione NimbusVPN Chrome Extension
Dimensione del File 1.14 MB
Conteggio Installazioni 367
Versione Corrente 0.0.1
Ultimo Aggiornamento 2021-03-16
Data di Pubblicazione 2021-03-16
Valutazione 3.25/5 Totale 4 Valutazioni
Sviluppatore alexlogy
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.vpnsolutions.io
Lingue Supportate 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"
    ]
}