Surflare

Surflare

ما هو Surflare؟

Surflare هو إضافة Chrome تم تطويرها بواسطة https://surflare.com، والميزة الرئيسية لها هي "Surflare".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Surflare

قم بتنزيل ملفات الامتداد Surflare بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Surflare is a simple, Fast and Secure proxy service.
> Surf anonymously
> Smart Route in China
> Unlimited Traffic
> 24/7 customer support by live chat
> No activity logs & No connection logs


User can manage and switch between multiple proxies quickly & easily.
Surflare VPN application has one big ON/OFF button and all settings fit into conveniently small window that super easy to use.
Surflare has award-winning software for Windows, Mac, iOS, Android, and allows you to connect up to 5 devices simultaneously.                    

معلومات أساسية عن التمديد

الاسم Surflare Surflare
ID ndlihkddbkkffhmcjamdgphennembnic
عنوان URL الرسمي https://chromewebstore.google.com/detail/surflare/ndlihkddbkkffhmcjamdgphennembnic
الوصف Surflare
حجم الملف 2.23 MB
عدد التثبيتات 493
النسخة الحالية 2.1.1
آخر تحديث 2023-08-16
تاريخ النشر 2020-06-25
تقييم 5.00/5 مجموع تقييمات 3
المطور https://surflare.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.surflare.com
عنوان صفحة المساعدة https://www.surflare.com
عنوان صفحة سياسة الخصوصية https://www.surflare.com/docs/privacyPolicy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Surflare",
    "description": "Surflare",
    "version": "2.1.1",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "proxy",
        "alarms",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "128": "img\/on.png",
        "48": "img\/on.png",
        "16": "img\/on.png"
    },
    "browser_action": {
        "default_icon": "img\/off.png",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "utils.js",
            "extension-base.js",
            "proxy-chrome.js",
            "proxy-firefox.js",
            "proxy-factory.js",
            "background.js"
        ]
    },
    "options_page": "options.html"
}