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