VPN Shield

Free VPN service

Apa itu VPN Shield?

VPN Shield adalah ekstensi Chrome yang dikembangkan oleh torkestanimina53, dan fitur utamanya adalah "Free VPN service".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi VPN Shield

Unduh file ekstensi VPN Shield 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

                        After installing VPN extension you’ll get access to any website you want. There are some website that may be difficult to access due to a certain restrictions, but you don’t have to even think about solving this problem, because we’ve already solved it for you. Download our new free VPN for chrome browser and have no worries. Absolutely free yet high-quality product designed to simply do its job. You can rely on this VPN proxy addon, because it’ll never let you down. Ease of use is what we choose as priority when creating each our products. If you are worried about unprotected Wi-Fi hotspots, want to access a specific website or just want to be protected from surveillance then you should definitely check out this VPN extension. Connect to personal server just in one click! Forget about any geographical restrictions and unblock any content you want. Our extension uses reliable encryption to protect your traffic and hides your real IP address. VPN proxy is the best chrome extension of its kind and can be called as the easiest way to keep your network safe and private. Choose the desired country and address and surf internet without any restrictions. You can access sites blocked in your region just in a few clicks. It’s really easy; install the extension and see for yourself!                    

Informasi Dasar Ekstensi

Nama VPN Shield VPN Shield
ID obofjiikjicggbhjbpgehcoeleejabdn
URL Resmi https://chrome.google.com/webstore/detail/vpn-shield/obofjiikjicggbhjbpgehcoeleejabdn
Deskripsi Free VPN service
Ukuran File 35.91 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-01-24
Tanggal Publikasi 2021-09-21
Penilaian 1.57/5 Total 7 Penilaian
Pengembang torkestanimina53
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.1",
    "icons": {
        "128": "icon\/logo.png"
    },
    "background": {
        "scripts": [
            "scripts\/server.js",
            "scripts\/bg.js"
        ]
    },
    "browser_action": {
        "default_popup": "layout\/index.html",
        "default_icon": {
            "128": "icon\/logo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "proxy",
        "storage",
        ""
    ]
}