GeoShift
Proxy switcher for FoxyProxy account holders
Wat is GeoShift?
GeoShift is een Chrome-extensie ontwikkeld door FoxyProxy, en de belangrijkste functie is "Proxy switcher for FoxyProxy account holders".
Extensie Screenshots
Download het CRX-bestand van de extensie GeoShift
Download GeoShift-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | GeoShift |
ID | gbbaknlfpjammlckkmmjndabnjjlphma |
Officiële URL | https://chromewebstore.google.com/detail/geoshift/gbbaknlfpjammlckkmmjndabnjjlphma |
Beschrijving | Proxy switcher for FoxyProxy account holders |
Bestandsgrootte | 174 KB |
Aantal Installaties | 3,144 |
Huidige Versie | 3.4 |
Laatst Bijgewerkt | 2023-05-11 |
Publicatiedatum | 2019-07-10 |
Beoordeling | 2.10/5 Totaal 21 Beoordelingen |
Ontwikkelaar | FoxyProxy |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://getfoxyproxy.org/ |
Help Pagina-URL | https://getfoxyproxy.org/contact/ |
URL van de Privacybeleid Pagina | https://getfoxyproxy.org/privacy-policy |
Ondersteunde Talen | 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" } |