Cow Vpn Proxy

A web proxy that hides your IP address

Was ist Cow Vpn Proxy?

Cow Vpn Proxy ist eine Chrome-Erweiterung, die von https://cowapp.github.io entwickelt wurde, und ihr Hauptmerkmal ist "A web proxy that hides your IP address".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Cow Vpn Proxy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cow Vpn Proxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Cow is a web proxy that hides your IP address and encrypts your traffic and unblocks timeout websites and prevents WebRTC from leaking your IP address.                    

Grundlegende Informationen zur Erweiterung

Name Cow Vpn Proxy Cow Vpn Proxy
ID dhadilbmmjiooceioladdphemaliiobo
Offizielle URL https://chrome.google.com/webstore/detail/cow-vpn-proxy/dhadilbmmjiooceioladdphemaliiobo
Beschreibung A web proxy that hides your IP address
Dateigröße 138 KB
Installationsanzahl 13,883
Aktuelle Version 2.1.8.2
Letztes Update 2023-02-12
Veröffentlichungsdatum 2020-05-20
Bewertung 4.20/5 Insgesamt 462 Bewertungen
Entwickler https://cowapp.github.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://vpnis.lol
URL der Datenschutzrichtlinien-Seite https://vpnis.lol/privacy.html
Unterstützte Sprachen en,en-US,zh-CN
manifest.json
{
    "background": {
        "scripts": [
            "js\/lib\/ft.js",
            "js\/lib\/jq.js",
            "js\/utils.js",
            "js\/lib\/webrtc.js",
            "js\/uuid.js",
            "js\/storage.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon64-gray.png",
        "default_popup": "popup.html",
        "default_title": "Cow Vpn Proxy"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/vpnis.lol",
    "icons": {
        "128": "img\/icon64.png",
        "48": "img\/icon64.png",
        "64": "img\/icon64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "management",
        "notifications",
        "storage",
        "privacy",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.8.2"
}