Unblock Zaobao
Try to bypass the oversea limitation of zaobao.com
Was ist Unblock Zaobao?
Unblock Zaobao ist eine Chrome-Erweiterung, die von ibic entwickelt wurde, und ihr Hauptmerkmal ist "Try to bypass the oversea limitation of zaobao.com".
Unblock Zaobao-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unblock Zaobao-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cfcmbdcnihloomopldhopkkkokmodjmp |
Offizielle URL | https://chrome.google.com/webstore/detail/unblock-zaobao/cfcmbdcnihloomopldhopkkkokmodjmp |
Beschreibung | Try to bypass the oversea limitation of zaobao.com |
Dateigröße | 7.48 KB |
Installationsanzahl | 16 |
Aktuelle Version | 0.2 |
Letztes Update | 2017-07-20 |
Veröffentlichungsdatum | 2017-07-20 |
Bewertung | 2.00/5 Insgesamt 1 Bewertungen |
Entwickler | ibic |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |