Malus VPN - The only official version

One-click to access and boost Chinese websites

Malus VPN - The only official version란 무엇입니까?

Malus VPN - The only official version은(는) https://getmalus.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One-click to access and boost Chinese websites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Malus VPN - The only official version 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Malus is great China Proxy that extremely easy to use, help Chinese overseas watch videos, visit websites, listen music out of China, just one click to unblock and accelerate the videos and music stream, websites that host in China.

Features lists:

* Accelerate and unblock china media sites.
* Accelerate streaming and websites pages that host in China
* Unblock and access all websites in China
* Support all platforms: Chrome browser, iPhone, iPad, Android Phone, Android TV, Windows PC, Mac Desktop now.
* HD Streaming
* Global CN2 servers

Website: https://getmalus.com (https://getmalus.com/)
Facebook: https://facebook.com/getmalus
Twitter: https://twitter.com/getmalus                    

확장 프로그램 기본 정보

이름 Malus VPN - The only official version Malus VPN - The only official version
ID bdlcnpceagnkjnjlbbbcepohejbheilk
공식 URL https://chromewebstore.google.com/detail/malus-vpn-the-only-offici/bdlcnpceagnkjnjlbbbcepohejbheilk
설명 One-click to access and boost Chinese websites
파일 크기 1.29 MB
설치 횟수 128,439
현재 버전 8.0.0
최근 업데이트 2022-05-20
출시 날짜 2020-04-21
평점 4.85/5 총 8314 개의 평점
개발자 https://getmalus.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getmalus.com
도움말 페이지 URL https://getmalus.com/support
개인정보 보호 정책 페이지 URL https://getmalus.com/privacy
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "8.0.0",
    "name": "__MSG_PKG_NAME__",
    "manifest_version": 2,
    "description": "__MSG_PKG_DESC__",
    "default_locale": "en",
    "browser_action": {
        "default_title": "MalusVPN",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/on16.png",
        "48": "icons\/on48.png",
        "128": "icons\/on128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "optional_permissions": [
        "management"
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage",
        "proxy",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "content_security_policy": "default-src 'self' https:\/\/api.getmalus.com https:\/\/api.getmalus.net https:\/\/a.getmalus.cn https:\/\/getmalus.cn https:\/\/getmalus.net https:\/\/getmalus.com https:\/\/ps-test.zoonode.com:8002 https:\/\/www.google-analytics.com https:\/\/back.getmalus.cn; script-src 'self' https:\/\/www.google-analytics.com; style-src * 'unsafe-inline'; img-src 'self' https:\/\/malusfile.com https:\/\/malus.s3cdn.net https:\/\/open.weixin.qq.com https:\/\/www.google-analytics.com https:\/\/www.google.com https:\/\/stats.g.doubleclick.net https:\/\/www.google.co.id data:;"
}