Swisscows.VPN

This browser extension simplifies access to the Swisscows.VPN server.

Swisscows.VPN란 무엇입니까?

Swisscows.VPN은(는) https://swisscows.ch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This browser extension simplifies access to the Swisscows.VPN server."입니다.

확장 프로그램 스크린샷

screenshot

Swisscows.VPN 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Swisscows.VPN extension simplifies access to the Swisscows proxy server. A proxy server works like a firewall located between the end user and the website visited. The browse request from the user arrives at the proxy server, the proxy server sends the request from the user to the desired website, then receives the information and sends it to the user. This means that the user remains undetected for the website operator, i.e. anonymous.                    

확장 프로그램 기본 정보

이름 Swisscows.VPN Swisscows.VPN
ID nglddggbgngenfgaelmmmhldofddjlmh
공식 URL https://chromewebstore.google.com/detail/swisscowsvpn/nglddggbgngenfgaelmmmhldofddjlmh
설명 This browser extension simplifies access to the Swisscows.VPN server.
파일 크기 1.26 MB
설치 횟수 1,421
현재 버전 1.3.6
최근 업데이트 2023-07-11
출시 날짜 2020-05-16
평점 2.60/5 총 5 개의 평점
개발자 https://swisscows.ch
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://swisscows.com/vpn
도움말 페이지 URL https://swisscows.com/contact
개인정보 보호 정책 페이지 URL https://swisscows.com/privacy
지원되는 언어 de,en,fr,nl,es,it,lv,hu,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swisscows.VPN",
    "version": "1.3.6",
    "description": "This browser extension simplifies access to the Swisscows.VPN server.",
    "icons": {
        "16": "favicon-16.png",
        "32": "favicon-32.png",
        "48": "favicon-48.png",
        "128": "favicon-128.png"
    },
    "permissions": [
        "proxy",
        "storage",
        "webRequest",
        "webRequestAuthProvider"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "favicon-16.png",
            "32": "favicon-32.png"
        },
        "default_title": "Swisscows.VPN",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "default_locale": "en",
    "manifest_version": 3
}