Unblock Zaobao
Try to bypass the oversea limitation of zaobao.com
Hvad er Unblock Zaobao?
Unblock Zaobao er en Chrome-udvidelse udviklet af ibic, og dens hovedfunktion er "Try to bypass the oversea limitation of zaobao.com".
Download Unblock Zaobao-udvidelses-CRX-fil
Download Unblock Zaobao-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | cfcmbdcnihloomopldhopkkkokmodjmp |
Officiel URL | https://chrome.google.com/webstore/detail/unblock-zaobao/cfcmbdcnihloomopldhopkkkokmodjmp |
Beskrivelse | Try to bypass the oversea limitation of zaobao.com |
Filstørrelse | 7.48 KB |
Antal Installationer | 16 |
Nuværende Version | 0.2 |
Senest Opdateret | 2017-07-20 |
Udgivelsesdato | 2017-07-20 |
Bedømmelse | 2.00/5 Samlet 1 Bedømmelser |
Udvikler | ibic |
Betalingsmetode | free |
Understøttede Sprog | 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" } |