Slipstream VPN Proxy: Unblock & Remove Ads

Unblock sites and securely browse ad-free at extremely fast speeds with our no-logs proxy VPN connection.

Slipstream VPN Proxy: Unblock & Remove Ads란 무엇입니까?

Slipstream VPN Proxy: Unblock & Remove Ads은(는) http://slipstreamvpn.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unblock sites and securely browse ad-free at extremely fast speeds with our no-logs proxy VPN connection."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Slipstream VPN Proxy: Unblock & Remove Ads 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ☑ Unblock sites blocked by your ISP or government with our secure tunnel
☑ Enjoy 10GB / month of free data and a connection speed fast enough to stream HD video
☑ Browse more privately with our ad and tracker blocking
☑ Safeguard your web traffic from network attacks with our TLS 1.3 encryption
☑ Your data is yours with our no-logs policy (see https://slipstreamvpn.tk/com )
☑ Install and create an account for free (no trial time limit or credit card requirement!)

Read more at https://slipstreamvpn.com                    

확장 프로그램 기본 정보

이름 Slipstream VPN Proxy: Unblock & Remove Ads Slipstream VPN Proxy: Unblock & Remove Ads
ID gfhkjbaojklnhgbnkkicgojopompeaog
공식 URL https://chrome.google.com/webstore/detail/slipstream-vpn-proxy-unbl/gfhkjbaojklnhgbnkkicgojopompeaog
설명 Unblock sites and securely browse ad-free at extremely fast speeds with our no-logs proxy VPN connection.
파일 크기 317 KB
설치 횟수 411
현재 버전 0.3.15
최근 업데이트 2021-10-11
출시 날짜 2021-06-16
평점 3.00/5 총 6 개의 평점
개발자 http://slipstreamvpn.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://slipstreamvpn.com/
도움말 페이지 URL https://slipstreamvpn.com/tos
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slipstream VPN Proxy: Unblock & Remove Ads",
    "short_name": "SlipstreamVPN",
    "version": "0.3.15",
    "manifest_version": 2,
    "description": "Unblock sites and securely browse ad-free at extremely fast speeds with our no-logs proxy VPN connection.",
    "homepage_url": "https:\/\/slipstreamvpn.com",
    "default_locale": "en",
    "permissions": [
        "proxy",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "src\/bg\/pre-background.js",
            "lib\/firebase-app.js",
            "lib\/firebase-auth.js",
            "lib\/firebase-firestore.js",
            "src\/tabopener.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png"
        },
        "default_title": "SlipstreamVPN",
        "default_popup": "src\/popup\/popup.html"
    },
    "content_security_policy": "default-src https:\/\/www.google.com https:\/\/securetoken.googleapis.com https:\/\/us-central1-new-vpn-proxy.cloudfunctions.net https:\/\/firestore.googleapis.com https:\/\/apis.google.com https:\/\/www.gstatic.com https:\/\/new-vpn-proxy.firebaseapp.com https:\/\/new-vpn-proxy.firebaseapp.com https:\/\/www.googleapis.com ; font-src https:\/\/fonts.gstatic.com ; connect-src https:\/\/securetoken.googleapis.com http:\/\/ip-api.com https:\/\/us-central1-new-vpn-proxy.cloudfunctions.net https:\/\/firestore.googleapis.com https:\/\/apis.google.com https:\/\/www.gstatic.com https:\/\/new-vpn-proxy.firebaseapp.com https:\/\/new-vpn-proxy.firebaseapp.com https:\/\/www.googleapis.com http:\/\/dataused http:\/\/enableadtrackerblocking http:\/\/disableadtrackerblocking; script-src 'self' https:\/\/firestore.googleapis.com https:\/\/apis.google.com https:\/\/www.gstatic.com https:\/\/new-vpn-proxy.firebaseapp.com ; object-src 'self'",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/my.slipstreamvpn.com\/*"
        ]
    }
}