GeoShift

Proxy switcher for FoxyProxy account holders

What is GeoShift?

GeoShift is a Chrome extension developed by FoxyProxy, and its main feature is "Proxy switcher for FoxyProxy account holders".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download GeoShift Extension CRX File

Download GeoShift extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name GeoShift GeoShift
ID gbbaknlfpjammlckkmmjndabnjjlphma
Official URL https://chromewebstore.google.com/detail/geoshift/gbbaknlfpjammlckkmmjndabnjjlphma
Description Proxy switcher for FoxyProxy account holders
File Size 174 KB
Installation Count 3,144
Current Version 3.4
Last Updated 2023-05-11
Publish Date 2019-07-10
Rating 2.10/5 Total 21 Ratings
Developer FoxyProxy
Email [email protected]
Payment Type free
Extension Website https://getfoxyproxy.org/
Help Page URL https://getfoxyproxy.org/contact/
Privacy Policy Page URL https://getfoxyproxy.org/privacy-policy
Supported Languages 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"
}