gs location changer
change location for google search
Vad är gs location changer?
gs location changer är en Chrome-tillägg utvecklad av https://valentin.app, och dess huvudfunktion är "change location for google search".
Tilläggsskärmbilder
Ladda ner gs location changer-förlängningens CRX-fil
Ladda ner gs location changer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
let's you choose your location in Google Search Grundläggande Information om Tillägg
| Namn | |
| ID | blpgcfdpnimjdojecbpagkllfnkajglp |
| Officiell webbadress | https://chromewebstore.google.com/detail/gs-location-changer/blpgcfdpnimjdojecbpagkllfnkajglp |
| Beskrivning | change location for google search |
| Filstorlek | 121 KB |
| Antal Installationer | 32,525 |
| Aktuell Version | 3.6 |
| Senast Uppdaterad | 2024-03-04 |
| Publiceringsdatum | 2024-01-21 |
| Betyg | 4.16/5 Totalt 38 Betyg |
| Utvecklare | https://valentin.app |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://valentin.app/ |
| Hjälpsida URL | https://valentin.app/gs-location-changer.html |
| Stödda Språk | 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"
} | |