GeoShift
Proxy switcher for FoxyProxy account holders
Qu'est-ce que GeoShift ?
GeoShift est une extension Chrome développée par FoxyProxy, et sa fonction principale est "Proxy switcher for FoxyProxy account holders".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GeoShift
Téléchargez les fichiers d'extension GeoShift au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | GeoShift |
ID | gbbaknlfpjammlckkmmjndabnjjlphma |
URL Officiel | https://chromewebstore.google.com/detail/geoshift/gbbaknlfpjammlckkmmjndabnjjlphma |
Description | Proxy switcher for FoxyProxy account holders |
Taille du Fichier | 174 KB |
Nombre d'Installations | 3,144 |
Version Actuelle | 3.4 |
Dernière Mise à Jour | 2023-05-11 |
Date de Publication | 2019-07-10 |
Évaluation | 2.10/5 Total 21 Évaluations |
Développeur | FoxyProxy |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://getfoxyproxy.org/ |
URL de la Page d'Aide | https://getfoxyproxy.org/contact/ |
URL de la Page de Politique de Confidentialité | https://getfoxyproxy.org/privacy-policy |
Langues Prises en Charge | 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" } |