GeoShift

Proxy switcher for FoxyProxy account holders

什麼是GeoShift?

GeoShift是由FoxyProxy開發的Chrome擴展程式,該擴展的主要功能是“Proxy switcher for FoxyProxy account holders”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載GeoShift擴展crx文件

下載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
官方網址 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"
}