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.」です。
拡張機能のスクリーンショット
Colo-A simple VPN & Proxy extension拡張機能のCRXファイルをダウンロード
Colo-A simple VPN & Proxy extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It's a proxy chrome extension, no need register and have lots of proxy nodes. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
" | |