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ファイルをダウンロード

Tunnelbird Free VPN拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}