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 là gì?

Earth VPN - Your Secured VPN Point là một tiện ích mở rộng Chrome được phát triển bởi http://earth-vpn.net, và tính năng chính của nó là "Stay secure during surfing the web. Hide ip address and unblock websites with free VPN across the Earth".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Earth VPN - Your Secured VPN Point

Tải xuống các tệp mở rộng Earth VPN - Your Secured VPN Point dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Earth VPN - Your Secured VPN Point Earth VPN - Your Secured VPN Point
ID nabbmpekekjknlbkgpodfndbodhijjem
URL Chính Thức https://chrome.google.com/webstore/detail/earth-vpn-your-secured-vp/nabbmpekekjknlbkgpodfndbodhijjem
Mô tả Stay secure during surfing the web. Hide ip address and unblock websites with free VPN across the Earth
Kích Thước Tệp 1.32 MB
Số Lần Cài Đặt 100,000
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2022-04-22
Ngày Phát Hành 2020-08-15
Đánh Giá 4.56/5 Tổng số 3004 Đánh Giá
Nhà Phát Triển http://earth-vpn.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://earth-vpn.net/
URL Trang Chính Sách Bảo Mật https://earth-vpn.net/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}