Switcherry VPN

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

Cos'è Switcherry VPN?

Switcherry VPN è un'estensione di Chrome sviluppata da switcherryinc, e la sua funzione principale è "Unblock any website with the world’s fastest VPN. Claim your online freedom today with one simple click - Get Switcherry VPN today!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Switcherry VPN

Scarica i file di estensione Switcherry VPN 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Switcherry VPN Switcherry VPN
ID oabjfflolbfafefcbolpjemiioikojcd
URL Ufficiale https://chrome.google.com/webstore/detail/switcherry-vpn/oabjfflolbfafefcbolpjemiioikojcd
Descrizione Unblock any website with the world’s fastest VPN. Claim your online freedom today with one simple click - Get Switcherry VPN today!
Dimensione del File 2.59 MB
Conteggio Installazioni 6,000
Versione Corrente 1.0.4
Ultimo Aggiornamento 2021-07-12
Data di Pubblicazione 2020-11-16
Valutazione 3.73/5 Totale 49 Valutazioni
Sviluppatore switcherryinc
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://switcherry-vpn.com/vpn-for-chrome
URL della Pagina di Aiuto https://switcherry-vpn.com/
URL della Pagina della Politica sulla Privacy https://switcherry.com/privacy-policy
Lingue Supportate 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'"
}