gs location changer

change location for google search

Apa itu gs location changer?

gs location changer adalah ekstensi Chrome yang dikembangkan oleh https://valentin.app, dan fitur utamanya adalah "change location for google search".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi gs location changer

Unduh file ekstensi gs location changer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        let's you choose your location in Google Search                    

Informasi Dasar Ekstensi

Nama gs location changer gs location changer
ID blpgcfdpnimjdojecbpagkllfnkajglp
URL Resmi https://chromewebstore.google.com/detail/gs-location-changer/blpgcfdpnimjdojecbpagkllfnkajglp
Deskripsi change location for google search
Ukuran File 121 KB
Jumlah Instalasi 32,525
Versi Saat Ini 3.6
Terakhir Diperbarui 2024-03-04
Tanggal Publikasi 2024-01-21
Penilaian 4.16/5 Total 38 Penilaian
Pengembang https://valentin.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://valentin.app/
URL Halaman Bantuan https://valentin.app/gs-location-changer.html
Bahasa yang Didukung 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"
}