Swisscows.VPN

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

Swisscows.VPNคืออะไร?

Swisscows.VPN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://swisscows.ch และคุณลักษณะหลักของมันคือ "This browser extension simplifies access to the Swisscows.VPN server."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Swisscows.VPN

ดาวน์โหลดไฟล์ส่วนขยาย 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
}