Switcherry VPN

Unblock any website with the world’s fastest VPN. Claim your online freedom today with one simple click - Get Switcherry VPN today!

Was ist Switcherry VPN?

Switcherry VPN ist eine Chrome-Erweiterung, die von switcherryinc entwickelt wurde, und ihr Hauptmerkmal ist "Unblock any website with the world’s fastest VPN. Claim your online freedom today with one simple click - Get Switcherry VPN today!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Switcherry VPN-Erweiterungs-CRX-Datei herunterladen

Laden Sie Switcherry VPN-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The best VPN deal for Chrome — Get it today & enjoy the new level of security, safety and privacy!
Stay safe at all times - protect your online identity, improve the level of security of your financial records & personal data when you are surfing the web, streaming, buying things, using apps, or simply chatting. All your activities are private, your data is encrypted, and no one can track your activities nor gain access to your records.                    

Grundlegende Informationen zur Erweiterung

Name Switcherry VPN Switcherry VPN
ID oabjfflolbfafefcbolpjemiioikojcd
Offizielle URL https://chrome.google.com/webstore/detail/switcherry-vpn/oabjfflolbfafefcbolpjemiioikojcd
Beschreibung Unblock any website with the world’s fastest VPN. Claim your online freedom today with one simple click - Get Switcherry VPN today!
Dateigröße 2.59 MB
Installationsanzahl 6,000
Aktuelle Version 1.0.4
Letztes Update 2021-07-12
Veröffentlichungsdatum 2020-11-16
Bewertung 3.73/5 Insgesamt 49 Bewertungen
Entwickler switcherryinc
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://switcherry-vpn.com/vpn-for-chrome
Hilfeseite URL https://switcherry-vpn.com/
URL der Datenschutzrichtlinien-Seite https://switcherry.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.4",
    "name": "Switcherry VPN",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "Unblock any website with the world\u2019s fastest VPN. Claim your online freedom today with one simple click - Get Switcherry VPN today!",
    "default_locale": "en",
    "permissions": [
        "",
        "*:\/\/*\/*",
        "storage",
        "management",
        "proxy",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/128.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Switcherry VPN",
        "default_icon": {
            "48": "icons\/off.png",
            "128": "icons\/off.png"
        }
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}