GeoShift
Proxy switcher for FoxyProxy account holders
GeoShift là gì?
GeoShift là một tiện ích mở rộng Chrome được phát triển bởi FoxyProxy, và tính năng chính của nó là "Proxy switcher for FoxyProxy account holders".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GeoShift
Tải xuống các tệp mở rộng GeoShift dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GeoShift |
ID | gbbaknlfpjammlckkmmjndabnjjlphma |
URL Chính Thức | https://chromewebstore.google.com/detail/geoshift/gbbaknlfpjammlckkmmjndabnjjlphma |
Mô tả | Proxy switcher for FoxyProxy account holders |
Kích Thước Tệp | 174 KB |
Số Lần Cài Đặt | 3,144 |
Phiên Bản Hiện Tại | 3.4 |
Cập Nhật Lần Cuối | 2023-05-11 |
Ngày Phát Hành | 2019-07-10 |
Đánh Giá | 2.10/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | FoxyProxy |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://getfoxyproxy.org/ |
URL Trang Trợ Giúp | https://getfoxyproxy.org/contact/ |
URL Trang Chính Sách Bảo Mật | https://getfoxyproxy.org/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } |