Colo-A simple VPN & Proxy extension

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

Colo-A simple VPN & Proxy extension란 무엇입니까?

Colo-A simple VPN & Proxy extension은(는) colovpn.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Colo VPN is an best network security solutions product.Easy to use smart Internet services, unblock site."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Colo-A simple VPN & Proxy extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Colo-A simple VPN & Proxy extension Colo-A simple VPN & Proxy extension
ID hpojiiokknnnnalfmpckcbehojkhacao
공식 URL https://chromewebstore.google.com/detail/colo-a-simple-vpn-proxy-e/hpojiiokknnnnalfmpckcbehojkhacao
설명 Colo VPN is an best network security solutions product.Easy to use smart Internet services, unblock site.
파일 크기 640 KB
설치 횟수 232
현재 버전 1.0.2
최근 업데이트 2023-04-08
출시 날짜 2022-06-28
평점 3.20/5 총 5 개의 평점
개발자 colovpn.app
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://api.getcolo.org/privacy_en_US.html
지원되는 언어 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": [
        ""
    ]
}