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
官方URL 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"
    ]
}