gs location changer
change location for google search
Wat is gs location changer?
gs location changer is een Chrome-extensie ontwikkeld door https://valentin.app, en de belangrijkste functie is "change location for google search".
Extensie Screenshots
Download het CRX-bestand van de extensie gs location changer
Download gs location changer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
let's you choose your location in Google Search
Basisinformatie over de Extensie
Naam | gs location changer |
ID | blpgcfdpnimjdojecbpagkllfnkajglp |
Officiële URL | https://chromewebstore.google.com/detail/gs-location-changer/blpgcfdpnimjdojecbpagkllfnkajglp |
Beschrijving | change location for google search |
Bestandsgrootte | 121 KB |
Aantal Installaties | 32,525 |
Huidige Versie | 3.6 |
Laatst Bijgewerkt | 2024-03-04 |
Publicatiedatum | 2024-01-21 |
Beoordeling | 4.16/5 Totaal 38 Beoordelingen |
Ontwikkelaar | https://valentin.app |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://valentin.app/ |
Help Pagina-URL | https://valentin.app/gs-location-changer.html |
Ondersteunde Talen | 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" } |