gs location changer
change location for google search
Was ist gs location changer?
gs location changer ist eine Chrome-Erweiterung, die von https://valentin.app entwickelt wurde, und ihr Hauptmerkmal ist "change location for google search".
Erweiterungsscreenshots
gs location changer-Erweiterungs-CRX-Datei herunterladen
Laden Sie gs location changer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
let's you choose your location in Google Search
Grundlegende Informationen zur Erweiterung
Name | gs location changer |
ID | blpgcfdpnimjdojecbpagkllfnkajglp |
Offizielle URL | https://chromewebstore.google.com/detail/gs-location-changer/blpgcfdpnimjdojecbpagkllfnkajglp |
Beschreibung | change location for google search |
Dateigröße | 121 KB |
Installationsanzahl | 32,525 |
Aktuelle Version | 3.6 |
Letztes Update | 2024-03-04 |
Veröffentlichungsdatum | 2024-01-21 |
Bewertung | 4.16/5 Insgesamt 38 Bewertungen |
Entwickler | https://valentin.app |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://valentin.app/ |
Hilfeseite URL | https://valentin.app/gs-location-changer.html |
Unterstützte Sprachen | 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" } |