Unblock Zaobao
Try to bypass the oversea limitation of zaobao.com
Wat is Unblock Zaobao?
Unblock Zaobao is een Chrome-extensie ontwikkeld door ibic, en de belangrijkste functie is "Try to bypass the oversea limitation of zaobao.com".
Download het CRX-bestand van de extensie Unblock Zaobao
Download Unblock Zaobao-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | cfcmbdcnihloomopldhopkkkokmodjmp |
Officiële URL | https://chrome.google.com/webstore/detail/unblock-zaobao/cfcmbdcnihloomopldhopkkkokmodjmp |
Beschrijving | Try to bypass the oversea limitation of zaobao.com |
Bestandsgrootte | 7.48 KB |
Aantal Installaties | 16 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2017-07-20 |
Publicatiedatum | 2017-07-20 |
Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ibic |
Betalingswijze | free |
Ondersteunde Talen | 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" } |