Switcherry VPN

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

Apa itu Switcherry VPN?

Switcherry VPN adalah ekstensi Chrome yang dikembangkan oleh switcherryinc, dan fitur utamanya adalah "Unblock any website with the world’s fastest VPN. Claim your online freedom today with one simple click - Get Switcherry VPN today!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Switcherry VPN

Unduh file ekstensi Switcherry VPN dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Switcherry VPN Switcherry VPN
ID oabjfflolbfafefcbolpjemiioikojcd
URL Resmi https://chrome.google.com/webstore/detail/switcherry-vpn/oabjfflolbfafefcbolpjemiioikojcd
Deskripsi Unblock any website with the world’s fastest VPN. Claim your online freedom today with one simple click - Get Switcherry VPN today!
Ukuran File 2.59 MB
Jumlah Instalasi 6,000
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2021-07-12
Tanggal Publikasi 2020-11-16
Penilaian 3.73/5 Total 49 Penilaian
Pengembang switcherryinc
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://switcherry-vpn.com/vpn-for-chrome
URL Halaman Bantuan https://switcherry-vpn.com/
URL Halaman Kebijakan Privasi https://switcherry.com/privacy-policy
Bahasa yang Didukung 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'"
}