GeoShift
Proxy switcher for FoxyProxy account holders
GeoShiftとは何ですか?
GeoShiftはFoxyProxyによって開発されたChromeの拡張機能で、その主な機能は「Proxy switcher for FoxyProxy account holders」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |