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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tunnelbirdio และคุณลักษณะหลักของมันคือ "Unblock websites in your country, company or school with Tunnelbird Free VPN. Unlimited and free VPN."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tunnelbird Free VPN

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}