NimbusVPN

NimbusVPN Chrome Extension

Wat is NimbusVPN?

NimbusVPN is een Chrome-extensie ontwikkeld door alexlogy, en de belangrijkste functie is "NimbusVPN Chrome Extension".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie NimbusVPN

Download NimbusVPN-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam NimbusVPN NimbusVPN
ID aemdjkkfnancbdofcohkamfpkbbnkmil
Officiële URL https://chrome.google.com/webstore/detail/nimbusvpn/aemdjkkfnancbdofcohkamfpkbbnkmil
Beschrijving NimbusVPN Chrome Extension
Bestandsgrootte 1.14 MB
Aantal Installaties 367
Huidige Versie 0.0.1
Laatst Bijgewerkt 2021-03-16
Publicatiedatum 2021-03-16
Beoordeling 3.25/5 Totaal 4 Beoordelingen
Ontwikkelaar alexlogy
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.vpnsolutions.io
Ondersteunde Talen 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"
    ]
}