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 |
| Eメール | [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"
} | |