gs location changer
change location for google search
Cos'è gs location changer?
gs location changer è un'estensione di Chrome sviluppata da https://valentin.app, e la sua funzione principale è "change location for google search".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione gs location changer
Scarica i file di estensione gs location changer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
let's you choose your location in Google Search Informazioni di Base sull'Estensione
| Nome | |
| ID | blpgcfdpnimjdojecbpagkllfnkajglp |
| URL Ufficiale | https://chromewebstore.google.com/detail/gs-location-changer/blpgcfdpnimjdojecbpagkllfnkajglp |
| Descrizione | change location for google search |
| Dimensione del File | 121 KB |
| Conteggio Installazioni | 32,525 |
| Versione Corrente | 3.6 |
| Ultimo Aggiornamento | 2024-03-04 |
| Data di Pubblicazione | 2024-01-21 |
| Valutazione | 4.16/5 Totale 38 Valutazioni |
| Sviluppatore | https://valentin.app |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://valentin.app/ |
| URL della Pagina di Aiuto | https://valentin.app/gs-location-changer.html |
| Lingue Supportate | 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"
} | |