Unblock Zaobao

Try to bypass the oversea limitation of zaobao.com

What is Unblock Zaobao?

Unblock Zaobao is a Chrome extension developed by ibic, and its main feature is "Try to bypass the oversea limitation of zaobao.com".

Download Unblock Zaobao Extension CRX File

Download Unblock Zaobao extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The Unblock-Zaobao extension by https://github.com/whuhacker .
== NOTE ==
I'm not the original author (whuhacker), I just fork the code and pack it under my account. So:
- All credits go to wuhacker
- The extension published is not affiliated with or endorsed by wuhacker, nor does he have any obligation to support it.                    

Extension Basic Information

Name Unblock Zaobao Unblock Zaobao
ID cfcmbdcnihloomopldhopkkkokmodjmp
Official URL https://chrome.google.com/webstore/detail/unblock-zaobao/cfcmbdcnihloomopldhopkkkokmodjmp
Description Try to bypass the oversea limitation of zaobao.com
File Size 7.48 KB
Installation Count 16
Current Version 0.2
Last Updated 2017-07-20
Publish Date 2017-07-20
Rating 2.00/5 Total 1 Ratings
Developer ibic
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unblock Zaobao",
    "version": "0.2",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0",
    "description": "Try to bypass the oversea limitation of zaobao.com",
    "icons": {
        "128": "icon\/icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.zaobao.com\/*",
        "*:\/\/*.zaobao.com.sg\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "short_name": "UnblkZaobao"
}