Surflare

Surflare

Surflareคืออะไร?

Surflare เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://surflare.com และคุณลักษณะหลักของมันคือ "Surflare"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Surflare

ดาวน์โหลดไฟล์ส่วนขยาย Surflare ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://www.surflare.com
URL หน้านโยบายความเป็นส่วนตัว 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"
}