GeoShift

Proxy switcher for FoxyProxy account holders

GeoShift란 무엇입니까?

GeoShift은(는) FoxyProxy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Proxy switcher for FoxyProxy account holders"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

GeoShift 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}