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是由http://earth-vpn.net開發的Chrome擴展程式,該擴展的主要功能是“Stay secure during surfing the web. Hide ip address and unblock websites with free VPN across the Earth”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Earth VPN - Your Secured VPN Point擴展crx文件

下載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
官方網址 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"
    ]
}