VPN Shield

Free VPN service

Cos'è VPN Shield?

VPN Shield è un'estensione di Chrome sviluppata da torkestanimina53, e la sua funzione principale è "Free VPN service".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione VPN Shield

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

                        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!                    

Informazioni di Base sull'Estensione

Nome VPN Shield VPN Shield
ID obofjiikjicggbhjbpgehcoeleejabdn
URL Ufficiale https://chrome.google.com/webstore/detail/vpn-shield/obofjiikjicggbhjbpgehcoeleejabdn
Descrizione Free VPN service
Dimensione del File 35.91 KB
Conteggio Installazioni 10,000
Versione Corrente 1.1
Ultimo Aggiornamento 2022-01-24
Data di Pubblicazione 2021-09-21
Valutazione 1.57/5 Totale 7 Valutazioni
Sviluppatore torkestanimina53
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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",
        ""
    ]
}