Surflare

Surflare

Surflare란 무엇입니까?

Surflare은(는) https://surflare.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Surflare"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Surflare 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
}