Colo-A simple VPN & Proxy extension

Colo VPN is an best network security solutions product.Easy to use smart Internet services, unblock site.

Apa itu Colo-A simple VPN & Proxy extension?

Colo-A simple VPN & Proxy extension adalah ekstensi Chrome yang dikembangkan oleh colovpn.app, dan fitur utamanya adalah "Colo VPN is an best network security solutions product.Easy to use smart Internet services, unblock site.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Colo-A simple VPN & Proxy extension

Unduh file ekstensi Colo-A simple VPN & Proxy extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        It's a proxy chrome extension, no need register and have lots of proxy nodes.                    

Informasi Dasar Ekstensi

Nama Colo-A simple VPN & Proxy extension Colo-A simple VPN & Proxy extension
ID hpojiiokknnnnalfmpckcbehojkhacao
URL Resmi https://chromewebstore.google.com/detail/colo-a-simple-vpn-proxy-e/hpojiiokknnnnalfmpckcbehojkhacao
Deskripsi Colo VPN is an best network security solutions product.Easy to use smart Internet services, unblock site.
Ukuran File 640 KB
Jumlah Instalasi 232
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2023-04-08
Tanggal Publikasi 2022-06-28
Penilaian 3.20/5 Total 5 Penilaian
Pengembang colovpn.app
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://api.getcolo.org/privacy_en_US.html
Bahasa yang Didukung en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.2",
    "minimum_chrome_version": "88.0.0",
    "short_name": "Colo",
    "background": {
        "service_worker": "backend.js"
    },
    "action": {
        "default_icon": "assets\/images\/logo24.png",
        "default_title": "ColoVPN",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_manifest_appDescription__",
    "icons": {
        "16": "assets\/images\/logo16.png",
        "24": "assets\/images\/logo24.png",
        "128": "assets\/images\/logo128.png"
    },
    "name": "__MSG_manifest_appName__",
    "permissions": [
        "proxy",
        "alarms",
        "privacy",
        "storage",
        "declarativeNetRequestFeedback",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ]
}