VPN Location Guard

Hide your geographic location from websites.

什麼是VPN Location Guard?

VPN Location Guard是由swipenot.ysns開發的Chrome擴展程式,該擴展的主要功能是“Hide your geographic location from websites.”。

擴展截圖

下載VPN Location Guard擴展crx文件

下載VPN Location Guard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A VPN Location Guard, with a focus on simplicity of use.
Make the internet think you are where your VPN is.
Fun music and user interface.                    

擴展基本資訊

名稱 VPN Location Guard VPN Location Guard
ID bccgagfkhgldclcggbbcifbjlfmmjkdn
官方網址 https://chrome.google.com/webstore/detail/vpn-location-guard/bccgagfkhgldclcggbbcifbjlfmmjkdn
簡介 Hide your geographic location from websites.
檔案大小 1.85 MB
安裝次數 327
目前版本 1.0.2
更新時間 2021-05-23
上架時間 2020-08-17
評分 1.00/5 共 1 次評分
開發者 swipenot.ysns
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/electrocuted-slug/vpn-location-guard
說明頁面URL https://github.com/electrocuted-slug/vpn-location-guard
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.2",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/vpn_location_guard_on_16.png",
        "128": "images\/vpn_location_guard_on_128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/vpn_location_guard_on_19.png",
            "38": "images\/vpn_location_guard_on_38.png"
        },
        "default_popup": "pages\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "scripts\/jumpinpage.js"
    ],
    "permissions": [
        "",
        "storage",
        "tabs",
        "activeTab"
    ]
}