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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://getfoxyproxy.org/contact/
عنوان صفحة سياسة الخصوصية 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"
}