gs location changer
change location for google search
What is gs location changer?
gs location changer is a Chrome extension developed by https://valentin.app, and its main feature is "change location for google search".
Extension Screenshots
Download gs location changer Extension CRX File
Download gs location changer 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
let's you choose your location in Google Search
Extension Basic Information
Name | gs location changer |
ID | blpgcfdpnimjdojecbpagkllfnkajglp |
Official URL | https://chromewebstore.google.com/detail/gs-location-changer/blpgcfdpnimjdojecbpagkllfnkajglp |
Description | change location for google search |
File Size | 121 KB |
Installation Count | 32,525 |
Current Version | 3.6 |
Last Updated | 2024-03-04 |
Publish Date | 2024-01-21 |
Rating | 4.16/5 Total 38 Ratings |
Developer | https://valentin.app |
[email protected] | |
Payment Type | free |
Extension Website | https://valentin.app/ |
Help Page URL | https://valentin.app/gs-location-changer.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "declarativeNetRequestWithHostAccess", "cookies", "storage", "contextMenus" ], "host_permissions": [ "https:\/\/www.google.com\/", "https:\/\/maps.google.com\/" ], "declarative_net_request": { "rule_resources": [] }, "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "img\/disabled.png", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "options_page": "options.html", "description": "change location for google search", "manifest_version": 3, "name": "gs location changer", "homepage_url": "https:\/\/valentin.app\/gs-location-changer.html", "version": "3.6" } |