TorGuard VPN Extension

Hide your IP, block ads and override HTML5 Geolocation using Torguard Proxy

TorGuard VPN Extensionคืออะไร?

TorGuard VPN Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย admin และคุณลักษณะหลักของมันคือ "Hide your IP, block ads and override HTML5 Geolocation using Torguard Proxy"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย TorGuard VPN Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        TorGuard VPN's browser extension uses secure SSL proxies to keeps your web traffic private. Just like a VPN, it hides your IP address and encrypts all traffic passing through the web browser. Install this extension in a few clicks, choose your proxy location and connect. Once activated, websites will only see the proxy IP address, not your true location or IP.

VPNetworks SSL Proxy Features:

- x50 Countries to choose from
- Block WebRTC requests
- Block Trackers
- Block Advertisements
- Encrypt your traffic
- Hide your IP address
- Unblock websites
- Multiple port options
- Fast Download speeds
- 24/7 Support                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TorGuard VPN Extension TorGuard VPN Extension
ID mnfchpadaikneonajggpooeppnmdolhc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/torguard-vpn-extension/mnfchpadaikneonajggpooeppnmdolhc
คำอธิบาย Hide your IP, block ads and override HTML5 Geolocation using Torguard Proxy
ขนาดไฟล์ 778 KB
จำนวนการติดตั้ง 27,799
เวอร์ชันปัจจุบัน 2.8.4
อัปเดตครั้งล่าสุด 2024-01-01
วันที่เผยแพร่ 2019-09-23
คะแนน 3.29/5 รวมทั้งหมด 63 คะแนน
ผู้พัฒนา admin
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://torguard.net
URL หน้านโยบายความเป็นส่วนตัว https://torguard.net/privacy.php
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "disconnected.png",
        "default_popup": "index.html",
        "default_title": "TorGuard VPN Extension"
    },
    "content_scripts": [
        {
            "js": [
                "geo_override.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Hide your IP, block ads and override HTML5 Geolocation using Torguard Proxy",
    "homepage_url": "https:\/\/torguard.net",
    "icons": {
        "128": "128.png",
        "16": "120.png",
        "48": "120.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr7dowv851Jjhz5LvErA48FDa3Kqs8JhBQIJNxXkL9IGHKPMSVwiRNcCFuYvDfsTLP1mDzfZ5UEXXdCAmViuHRhMgAzd7xEgU0NIT7CDp2n3577IfiVjluZVgwXZbwaYvgKia5l++19mSHNE9LYNVl7gXSsK919WBnvpkb6SNLDfe3+AVbPHLOeYy902w+NLGob95Y29H5+WKHQNZjXYczgpsbu5m6TA3ndXQYo6KpzE8Q5TTTW96cyZ2\/EDBc8PQ0vsUkClEhRymCVL6UG1P7oRNm6uBUhCfNYV5M11nJHpYms5ErUTzyGS69bYLK+eoaK1HhvFAYhFJhqWCuiWFhQIDAQAB",
    "manifest_version": 2,
    "name": "TorGuard VPN Extension",
    "permissions": [
        "storage",
        "proxy",
        "privacy",
        "",
        "webRequest",
        "geolocation",
        "webRequestBlocking"
    ],
    "short_name": "TorGuard",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.8.4"
}