Google Country Switch by SearchRank.io

Change the targetted country for your Google search query by selecting a country.

Apa itu Google Country Switch by SearchRank.io?

Google Country Switch by SearchRank.io adalah ekstensi Chrome yang dikembangkan oleh https://c9solutions.io, dan fitur utamanya adalah "Change the targetted country for your Google search query by selecting a country.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Google Country Switch by SearchRank.io

Unduh file ekstensi Google Country Switch by SearchRank.io 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

                        Easily switch your targeted country for your Google search with Google Country Switch.  While on a Google search result page simply click on the Google Country Switch icon and select your targeted country.                    

Informasi Dasar Ekstensi

Nama Google Country Switch by SearchRank.io Google Country Switch by SearchRank.io
ID nehmoddhjihmbikfoejbldhjlpcmclec
URL Resmi https://chromewebstore.google.com/detail/google-country-switch-by/nehmoddhjihmbikfoejbldhjlpcmclec
Deskripsi Change the targetted country for your Google search query by selecting a country.
Ukuran File 70.82 KB
Jumlah Instalasi 506
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-04-27
Tanggal Publikasi 2019-04-27
Penilaian 2.75/5 Total 4 Penilaian
Pengembang https://c9solutions.io
Tipe Pembayaran free
Situs Ekstensi https://c9solutions.io
URL Halaman Kebijakan Privasi https://peopleforce.io/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Country Switch by SearchRank.io",
    "short_name": "Google Country Switcher",
    "version": "1.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/searchrank.io",
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "description": "Change the targetted country for your Google search query by selecting a country.",
    "browser_action": {
        "default_icon": "googleswitcher-32x32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "googleswitcher-16x16.png",
        "32": "googleswitcher-32x32.png",
        "64": "googleswitcher-64x64.png",
        "128": "googleswitcher-128x128.png"
    }
}