Unblock Zaobao
Try to bypass the oversea limitation of zaobao.com
Apa itu Unblock Zaobao?
Unblock Zaobao adalah ekstensi Chrome yang dikembangkan oleh ibic, dan fitur utamanya adalah "Try to bypass the oversea limitation of zaobao.com".
Unduh Berkas CRX Ekstensi Unblock Zaobao
Unduh file ekstensi Unblock Zaobao dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | cfcmbdcnihloomopldhopkkkokmodjmp |
URL Resmi | https://chrome.google.com/webstore/detail/unblock-zaobao/cfcmbdcnihloomopldhopkkkokmodjmp |
Deskripsi | Try to bypass the oversea limitation of zaobao.com |
Ukuran File | 7.48 KB |
Jumlah Instalasi | 16 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2017-07-20 |
Tanggal Publikasi | 2017-07-20 |
Penilaian | 2.00/5 Total 1 Penilaian |
Pengembang | ibic |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |