Tunnelbird Free VPN

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

What is Tunnelbird Free VPN?

Tunnelbird Free VPN is a Chrome extension developed by tunnelbirdio, and its main feature is "Unblock websites in your country, company or school with Tunnelbird Free VPN. Unlimited and free VPN.".

Extension Screenshots

screenshot

Download Tunnelbird Free VPN Extension CRX File

Download Tunnelbird Free VPN extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tunnelbird Free VPN Tunnelbird Free VPN
ID hjpohbajjoleainkobfhehehokpdinon
Official URL https://chrome.google.com/webstore/detail/tunnelbird-free-vpn/hjpohbajjoleainkobfhehehokpdinon
Description Unblock websites in your country, company or school with Tunnelbird Free VPN. Unlimited and free VPN.
File Size 110 KB
Installation Count 7,000
Current Version 2.0.0
Last Updated 2020-12-22
Publish Date 2020-10-05
Rating 3.45/5 Total 31 Ratings
Developer tunnelbirdio
Email [email protected]
Payment Type free
Extension Website https://tunnelbird.io
Supported Languages 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"
    ]
}