GeoShift

Proxy switcher for FoxyProxy account holders

Что такое GeoShift?

GeoShift - это расширение Chrome, разработанное FoxyProxy, и его основная функция - "Proxy switcher for FoxyProxy account holders".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения GeoShift

Скачайте файлы расширений GeoShift в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название GeoShift GeoShift
ID gbbaknlfpjammlckkmmjndabnjjlphma
Официальный URL https://chromewebstore.google.com/detail/geoshift/gbbaknlfpjammlckkmmjndabnjjlphma
Описание Proxy switcher for FoxyProxy account holders
Размер файла 174 KB
Количество установок 3,144
Текущая Версия 3.4
Последнее Обновление 2023-05-11
Дата публикации 2019-07-10
Рейтинг 2.10/5 Всего 21 оценок
Разработчик FoxyProxy
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://getfoxyproxy.org/
URL страницы помощи https://getfoxyproxy.org/contact/
URL страницы политики конфиденциальности https://getfoxyproxy.org/privacy-policy
Поддерживаемые языки 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"
}