GeoShift

Proxy switcher for FoxyProxy account holders

Cos'è GeoShift?

GeoShift è un'estensione di Chrome sviluppata da FoxyProxy, e la sua funzione principale è "Proxy switcher for FoxyProxy account holders".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GeoShift

Scarica i file di estensione GeoShift in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Requires a FoxyProxy account from https://getfoxyproxy.org. Choose from 105 different countries; thousands of different cities. GeoShifting moves your computer's physical location (virtually) to another city or country. Websites that are blocked because of your location are unblocked when you geoshift.                    

Informazioni di Base sull'Estensione

Nome GeoShift GeoShift
ID gbbaknlfpjammlckkmmjndabnjjlphma
URL Ufficiale https://chromewebstore.google.com/detail/geoshift/gbbaknlfpjammlckkmmjndabnjjlphma
Descrizione Proxy switcher for FoxyProxy account holders
Dimensione del File 174 KB
Conteggio Installazioni 3,144
Versione Corrente 3.4
Ultimo Aggiornamento 2023-05-11
Data di Pubblicazione 2019-07-10
Valutazione 2.10/5 Totale 21 Valutazioni
Sviluppatore FoxyProxy
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://getfoxyproxy.org/
URL della Pagina di Aiuto https://getfoxyproxy.org/contact/
URL della Pagina della Politica sulla Privacy https://getfoxyproxy.org/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "3.4",
    "default_locale": "en",
    "homepage_url": "https:\/\/getfoxyproxy.org\/",
    "author": "Eric Jung",
    "icons": {
        "16": "image\/icon.png",
        "32": "image\/icon32.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "background": {
        "service_worker": "content\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "image\/icon.png",
        "default_popup": "content\/popup.html",
        "default_title": "__MSG_extensionName__"
    },
    "permissions": [
        "proxy",
        "notifications",
        "storage",
        "webRequest",
        "webRequestAuthProvider"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "minimum_chrome_version": "108"
}