Google Country Switch by SearchRank.io

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

Τι είναι το Google Country Switch by SearchRank.io;

Το Google Country Switch by SearchRank.io είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://c9solutions.io, και η κύρια λειτουργία του είναι "Change the targetted country for your Google search query by selecting a country.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google Country Switch by SearchRank.io

Λήψη αρχείων επέκτασης Google Country Switch by SearchRank.io σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Google Country Switch by SearchRank.io Google Country Switch by SearchRank.io
ID nehmoddhjihmbikfoejbldhjlpcmclec
Επίσημο URL https://chromewebstore.google.com/detail/google-country-switch-by/nehmoddhjihmbikfoejbldhjlpcmclec
Περιγραφή Change the targetted country for your Google search query by selecting a country.
Μέγεθος Αρχείου 70.82 KB
Αριθμός Εγκαταστάσεων 506
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2019-04-27
Ημερομηνία Δημοσίευσης 2019-04-27
Αξιολόγηση 2.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://c9solutions.io
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://c9solutions.io
URL της Σελίδας Πολιτικής Απορρήτου https://peopleforce.io/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
    }
}