VPN Location Guard
Hide your geographic location from websites.
What is VPN Location Guard?
VPN Location Guard is a Chrome extension developed by swipenot.ysns, and its main feature is "Hide your geographic location from websites.".
Extension Screenshots
Download VPN Location Guard Extension CRX File
Download VPN Location Guard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bccgagfkhgldclcggbbcifbjlfmmjkdn |
Official URL | https://chrome.google.com/webstore/detail/vpn-location-guard/bccgagfkhgldclcggbbcifbjlfmmjkdn |
Description | Hide your geographic location from websites. |
File Size | 1.85 MB |
Installation Count | 327 |
Current Version | 1.0.2 |
Last Updated | 2021-05-23 |
Publish Date | 2020-08-17 |
Rating | 1.00/5 Total 1 Ratings |
Developer | swipenot.ysns |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/electrocuted-slug/vpn-location-guard |
Help Page URL | https://github.com/electrocuted-slug/vpn-location-guard |
Supported Languages | 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": [ " |