Unblock Zaobao

Try to bypass the oversea limitation of zaobao.com

Vad är Unblock Zaobao?

Unblock Zaobao är en Chrome-tillägg utvecklad av ibic, och dess huvudfunktion är "Try to bypass the oversea limitation of zaobao.com".

Ladda ner Unblock Zaobao-förlängningens CRX-fil

Ladda ner Unblock Zaobao-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Unblock Zaobao Unblock Zaobao
ID cfcmbdcnihloomopldhopkkkokmodjmp
Officiell webbadress https://chrome.google.com/webstore/detail/unblock-zaobao/cfcmbdcnihloomopldhopkkkokmodjmp
Beskrivning Try to bypass the oversea limitation of zaobao.com
Filstorlek 7.48 KB
Antal Installationer 16
Aktuell Version 0.2
Senast Uppdaterad 2017-07-20
Publiceringsdatum 2017-07-20
Betyg 2.00/5 Totalt 1 Betyg
Utvecklare ibic
Betalningssätt free
Stödda Språk 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"
}