Browser VPN - Free Chrome VPN

Browser VPN is a Free VPN for Chrome.

Browser VPN - Free Chrome VPNคืออะไร?

Browser VPN - Free Chrome VPN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browservpn.net และคุณลักษณะหลักของมันคือ "Browser VPN is a Free VPN for Chrome."

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

screenshot
screenshot

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

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

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

                        Browser VPN is a browser based free VPN for chrome that allows you to change your location, bypass geo-restrictions and firewalls directly from within your browser.

Browser VPN allows you to use a VPN without installing any additional Windows or macOS software.

Browser VPN is the easiest way to stay secure and private online. Our VPN networks allows you to hide your true IP address and unblock content online from the moment you connect to our Free VPN servers. 

Use the easiest-to-use VPN extension. To get started, install the extension from Chrome store or official website absolutely FREE with a single click, choose the location of your choice or pick from the preloaded list of popular websites, and viola. You are good to go.                    

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

ชื่อ Browser VPN - Free Chrome VPN Browser VPN - Free Chrome VPN
ID jdgilggpfmjpbodmhndmhojklgfdlhob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/browser-vpn-free-chrome-v/jdgilggpfmjpbodmhndmhojklgfdlhob
คำอธิบาย Browser VPN is a Free VPN for Chrome.
ขนาดไฟล์ 250 KB
จำนวนการติดตั้ง 5,761
เวอร์ชันปัจจุบัน 2.3.1
อัปเดตครั้งล่าสุด 2022-11-24
วันที่เผยแพร่ 2020-05-26
คะแนน 3.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://browservpn.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://browservpn.net
URL หน้านโยบายความเป็นส่วนตัว http://www.freevpn.one/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "service_worker": "scripts\/service.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "scripts\/contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "scripts\/contentstart.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": [],
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/browservpn.net\/",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiwVUe1+SFcsFsc369CbtramB1Ie\/xpUmsjEIOdGk1\/EKA2wimIe5ipA2oO2kKm2yr+KILvsLIwUSm8wprdR1zxxVzenBA4lDaKI3OkfgOcXr2+UY+wpNns1L8spPCaz0ICBFfn2h2HFv+OVYlJrd\/bcry+eTjlcyEx9i8Sh7hBZ0s\/g9eWopKMWUcWLCtkmr6TdpLxTlM\/NAmbWlpR3r6a0EGF4fXthhlwss5VpqInXNCDiVP1zJjetKkbIBhnIqUPSIz+JiQavXmsEdWPItoXBd+sMYwiZYZld3CyGi7cbaQYsruVQPTcP5zgkpKNSAk6QIX58x4HqZjbCVYPcWmQIDAQAB",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "tabs",
        "proxy",
        "storage",
        "background"
    ],
    "host_permissions": [
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.1"
}