gs location changer

change location for google search

Co to jest gs location changer?

gs location changer to rozszerzenie Chrome opracowane przez https://valentin.app, a jego główną funkcją jest „change location for google search”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia gs location changer

Pobierz pliki rozszerzeń gs location changer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        let's you choose your location in Google Search                    

Podstawowe informacje o rozszerzeniu

Nazwa gs location changer gs location changer
ID blpgcfdpnimjdojecbpagkllfnkajglp
Oficjalny URL https://chromewebstore.google.com/detail/gs-location-changer/blpgcfdpnimjdojecbpagkllfnkajglp
Opis change location for google search
Rozmiar pliku 121 KB
Liczba instalacji 32,525
Aktualna Wersja 3.6
Ostatnia Aktualizacja 2024-03-04
Data Publikacji 2024-01-21
Ocena 4.16/5 Łącznie 38 Oceny
Deweloper https://valentin.app
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://valentin.app/
Adres URL Strony Pomocy https://valentin.app/gs-location-changer.html
Obsługiwane Języki 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"
}