Surflare

Surflare

什么是Surflare?

Surflare是由https://surflare.com开发的Chrome扩展程序,该扩展的主要功能是“Surflare”。

扩展截图

screenshot
screenshot

下载Surflare扩展crx文件

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