gs location changer
change location for google search
什么是gs location changer?
gs location changer是由https://valentin.app开发的Chrome扩展程序,该扩展的主要功能是“change location for google search”。
扩展截图
下载gs location changer扩展crx文件
下载gs location changer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
let's you choose your location in Google Search 扩展基本信息
| 名称 | |
| ID | blpgcfdpnimjdojecbpagkllfnkajglp |
| 官方URL | https://chromewebstore.google.com/detail/gs-location-changer/blpgcfdpnimjdojecbpagkllfnkajglp |
| 简介 | change location for google search |
| 文件大小 | 121 KB |
| 安装次数 | 32,525 |
| 当前版本 | 3.6 |
| 更新时间 | 2024-03-04 |
| 上架时间 | 2024-01-21 |
| 评分 | 4.16/5 共38次评分 |
| 开发者 | https://valentin.app |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://valentin.app/ |
| 帮助页面URL | https://valentin.app/gs-location-changer.html |
| 支持的语言 | 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"
} | |