Unblock Zaobao
Try to bypass the oversea limitation of zaobao.com
Qu'est-ce que Unblock Zaobao ?
Unblock Zaobao est une extension Chrome développée par ibic, et sa fonction principale est "Try to bypass the oversea limitation of zaobao.com".
Télécharger le fichier CRX de l'extension Unblock Zaobao
Téléchargez les fichiers d'extension Unblock Zaobao au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | cfcmbdcnihloomopldhopkkkokmodjmp |
URL Officiel | https://chrome.google.com/webstore/detail/unblock-zaobao/cfcmbdcnihloomopldhopkkkokmodjmp |
Description | Try to bypass the oversea limitation of zaobao.com |
Taille du Fichier | 7.48 KB |
Nombre d'Installations | 16 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2017-07-20 |
Date de Publication | 2017-07-20 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | ibic |
Type de Paiement | free |
Langues Prises en Charge | 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" } |