Tunnelbird Free VPN

Unblock websites in your country, company or school with Tunnelbird Free VPN. Unlimited and free VPN.

O que é Tunnelbird Free VPN?

Tunnelbird Free VPN é uma extensão do Chrome desenvolvida por tunnelbirdio, e sua principal característica é "Unblock websites in your country, company or school with Tunnelbird Free VPN. Unlimited and free VPN.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tunnelbird Free VPN

Baixe arquivos de extensão Tunnelbird Free VPN no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Tunnelbird is a free VPN proxy service.
 
With Tunnelbird, you can unblock and access resources blocked or censored by your government, company or school.
 
Does some website blocks access from your region or IP address? Tunnelbird will help you to get access.
 
Features:
🆓 Free and unlimited VPN service
🌟 Unblock websites worldwide
🚀 Fast and reliable connection
🔒 Full encryption, privacy and security
🎬 Best for streaming video, unlimited bandwidth
 
Unblock streaming websites
Tunnelbird VPN is the best Netflix VPN. Unblock Netflix, BBC iPlayer, Hulu, Amazon Prime, HBO NOW, Disney Plus, YouTube and other streaming services.

Unlike competitors like Touch VPN, NordVPN, ExpressVPN, Hola VPN, or KProxy Tunnelbird is a free and unlimited VPN service. We do not show ads and have no Premium/Pro plans.
 
How to use the extension:
1. Find an extension: click the puzzle icon in the toolbar and click the extension icon. You can pin the extension to skip the puzzle icon.
2. You can unblock the website in the current tab by selecting a country and clicking the "Connect" button.
3. You have access to the blocked site.                    

Informações Básicas da Extensão

Nome Tunnelbird Free VPN Tunnelbird Free VPN
ID hjpohbajjoleainkobfhehehokpdinon
URL Oficial https://chrome.google.com/webstore/detail/tunnelbird-free-vpn/hjpohbajjoleainkobfhehehokpdinon
Descrição Unblock websites in your country, company or school with Tunnelbird Free VPN. Unlimited and free VPN.
Tamanho do Arquivo 110 KB
Contagem de Instalações 7,000
Versão Atual 2.0.0
Última Atualização 2020-12-22
Data de Publicação 2020-10-05
Classificação 3.45/5 Total de 31 Avaliações
Desenvolvedor tunnelbirdio
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://tunnelbird.io
Idiomas Suportados de,en,fr,es,it,ru,uk,te
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_SHORT_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "default_locale": "en",
    "version": "2.0.0",
    "icons": {
        "32": "assets\/icons\/32.png",
        "128": "assets\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icons\/32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "",
        "cookies",
        "proxy",
        "storage",
        "tabs",
        "webRequest"
    ]
}