Swisscows.VPN

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

Swisscows.VPN là gì?

Swisscows.VPN là một tiện ích mở rộng Chrome được phát triển bởi https://swisscows.ch, và tính năng chính của nó là "This browser extension simplifies access to the Swisscows.VPN server.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Swisscows.VPN

Tải xuống các tệp mở rộng Swisscows.VPN dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Swisscows.VPN Swisscows.VPN
ID nglddggbgngenfgaelmmmhldofddjlmh
URL Chính Thức https://chromewebstore.google.com/detail/swisscowsvpn/nglddggbgngenfgaelmmmhldofddjlmh
Mô tả This browser extension simplifies access to the Swisscows.VPN server.
Kích Thước Tệp 1.26 MB
Số Lần Cài Đặt 1,421
Phiên Bản Hiện Tại 1.3.6
Cập Nhật Lần Cuối 2023-07-11
Ngày Phát Hành 2020-05-16
Đánh Giá 2.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://swisscows.ch
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://swisscows.com/vpn
URL Trang Trợ Giúp https://swisscows.com/contact
URL Trang Chính Sách Bảo Mật https://swisscows.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}