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文件

下载Swisscows.VPN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}