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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One-click to access and boost Chinese websites"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Malus VPN - The only official version एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:;"
}