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
擴展基本資訊
名稱 | gs location changer |
ID | blpgcfdpnimjdojecbpagkllfnkajglp |
官方網址 | 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" } |