Whoer VPN

Proxy web extension

Hvad er Whoer VPN?

Whoer VPN er en Chrome-udvidelse udviklet af whoer.net, og dens hovedfunktion er "Proxy web extension".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Whoer VPN-udvidelses-CRX-fil

Download Whoer VPN-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Whoer VPN extension for Chrome will hide your real IP, protect your data when working through public wi-fi points, unblock blocked sites in your country.

Benefits of using Whoer VPN for Chrome:
- Hides your IP address on the Internet
- Secure connection
- Lack of log
- Access to online games
- Keeping personal data safe
- Access to social networks around the world
- Access to blocked websites
- Protection against leak of WebRTC and Flash
- Quick support from the service team

Whoer VPN for Chrome is a quick and easy extension with installation in a few clicks.

Also try our applications for macOS and Windows:
https://whoer.net/download

Any questions about our product?
Contact us at [email protected]                    

Grundlæggende oplysninger om udvidelsen

Navn Whoer VPN Whoer VPN
ID cgojmfochfikphincbhokimmmjenhhgk
Officiel URL https://chromewebstore.google.com/detail/whoer-vpn/cgojmfochfikphincbhokimmmjenhhgk
Beskrivelse Proxy web extension
Filstørrelse 2.44 MB
Antal Installationer 26,065
Nuværende Version 1.9.5
Senest Opdateret 2023-02-11
Udgivelsesdato 2019-10-08
Bedømmelse 3.89/5 Samlet 84 Bedømmelser
Udvikler whoer.net
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://whoer.net/vpn
Hjælpeside-URL https://whoer.net/vpn
URL til Fortrolighedspolitik Side https://whoer.net/privacy_policy
Understøttede Sprog de,en,fr,nl,tr,es,it,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whoer VPN",
    "description": "__MSG_extensionDescription__",
    "version": "1.9.5",
    "short_name": "Your VPN for browser",
    "default_locale": "en",
    "permissions": [
        "storage",
        "proxy",
        "",
        "webRequest",
        "webRequestBlocking",
        "management"
    ],
    "browser_specific_settings": {
        "gecko": {
            "strict_min_version": "91.1.0"
        }
    },
    "icons": {
        "16": "off.png",
        "48": "[email protected]",
        "128": "[email protected]"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "off.png"
    },
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    }
}