Change My Location
Easily change your location to see search results in an other city, state, or country! Great for marketing research.
什么是Change My Location?
Change My Location是由https://helphascome.com开发的Chrome扩展程序,该扩展的主要功能是“Easily change your location to see search results in an other city, state, or country! Great for marketing research.”。
扩展截图
下载Change My Location扩展crx文件
下载Change My Location扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Trying to do market research in other cities or states can be a challenge. By using this extension, you can modify your search results to show those from another area! Great for SEO or ads research. 扩展基本信息
| 名称 | |
| ID | nfbdbedhecbnjnlnlbgljegpdnjmfcbl |
| 官方URL | https://chromewebstore.google.com/detail/change-my-location/nfbdbedhecbnjnlnlbgljegpdnjmfcbl |
| 简介 | Easily change your location to see search results in an other city, state, or country! Great for marketing research. |
| 文件大小 | 1.14 MB |
| 安装次数 | 1,145 |
| 当前版本 | 1.1.1 |
| 更新时间 | 2022-12-30 |
| 上架时间 | 2022-09-02 |
| 评分 | 4.56/5 共9次评分 |
| 开发者 | https://helphascome.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.helphascome.com |
| 帮助页面URL | https://www.helphascome.com |
| 隐私政策页面URL | https://helphascome.com/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Change My Location",
"version": "1.1.1",
"description": "Easily change your location to see search results in an other city, state, or country! Great for marketing research.",
"manifest_version": 3,
"author": "NDS Digital",
"icons": {
"128": "icon.png"
},
"action": {
"default_popup": "index.html",
"default_title": "Change My Location"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"google-script.js"
]
}
],
"permissions": [
"storage",
"geolocation"
]
} | |