Earth VPN - Your Secured VPN Point

Stay secure during surfing the web. Hide ip address and unblock websites with free VPN across the Earth

Earth VPN - Your Secured VPN Pointคืออะไร?

Earth VPN - Your Secured VPN Point เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://earth-vpn.net และคุณลักษณะหลักของมันคือ "Stay secure during surfing the web. Hide ip address and unblock websites with free VPN across the Earth"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Earth VPN - Your Secured VPN Point

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

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

                        Free Earth VPN extension provides privacy connection to hide ip address and unblock any websites prohibited in your country.  This proxy service takes care about the privacy of users and delivers anonymously for data and web activity. Fast and easy connection together with simple in using design gives the best experience for its users. 

Clearly, it’s very important to reach the website blocked in your country, so Earth VPN proxy helps with this easily. Bypass blocked websites is possible via changing the ip address, then you can enjoy loved content further. That takes just a few seconds for proxy connection.                    

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

ชื่อ Earth VPN - Your Secured VPN Point Earth VPN - Your Secured VPN Point
ID nabbmpekekjknlbkgpodfndbodhijjem
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/earth-vpn-your-secured-vp/nabbmpekekjknlbkgpodfndbodhijjem
คำอธิบาย Stay secure during surfing the web. Hide ip address and unblock websites with free VPN across the Earth
ขนาดไฟล์ 1.32 MB
จำนวนการติดตั้ง 100,000
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2022-04-22
วันที่เผยแพร่ 2020-08-15
คะแนน 4.56/5 รวมทั้งหมด 3004 คะแนน
ผู้พัฒนา http://earth-vpn.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://earth-vpn.net/
URL หน้านโยบายความเป็นส่วนตัว https://earth-vpn.net/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.0.7",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "32": "img\/32x32.png",
        "64": "img\/64x64.png",
        "128": "img\/128x128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "proxy",
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/32x32.png",
        "default_title": "__MSG_title__",
        "default_popup": ".\/popup.html"
    },
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "img\/*.svg",
        "img\/*.png",
        "lib\/*.js"
    ]
}