Tunnelbird Free VPN

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

Tunnelbird Free VPN란 무엇입니까?

Tunnelbird Free VPN은(는) tunnelbirdio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unblock websites in your country, company or school with Tunnelbird Free VPN. Unlimited and free VPN."입니다.

확장 프로그램 스크린샷

screenshot

Tunnelbird Free VPN 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Tunnelbird Free VPN Tunnelbird Free VPN
ID hjpohbajjoleainkobfhehehokpdinon
공식 URL https://chrome.google.com/webstore/detail/tunnelbird-free-vpn/hjpohbajjoleainkobfhehehokpdinon
설명 Unblock websites in your country, company or school with Tunnelbird Free VPN. Unlimited and free VPN.
파일 크기 110 KB
설치 횟수 7,000
현재 버전 2.0.0
최근 업데이트 2020-12-22
출시 날짜 2020-10-05
평점 3.45/5 총 31 개의 평점
개발자 tunnelbirdio
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tunnelbird.io
지원되는 언어 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"
    ]
}