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
官方網址 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
}