Unblock Zaobao
Try to bypass the oversea limitation of zaobao.com
什麼是Unblock Zaobao?
Unblock Zaobao是由ibic開發的Chrome擴展程式,該擴展的主要功能是“Try to bypass the oversea limitation of zaobao.com”。
下載Unblock Zaobao擴展crx文件
下載Unblock Zaobao擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | cfcmbdcnihloomopldhopkkkokmodjmp |
官方網址 | https://chrome.google.com/webstore/detail/unblock-zaobao/cfcmbdcnihloomopldhopkkkokmodjmp |
簡介 | Try to bypass the oversea limitation of zaobao.com |
檔案大小 | 7.48 KB |
安裝次數 | 16 |
目前版本 | 0.2 |
更新時間 | 2017-07-20 |
上架時間 | 2017-07-20 |
評分 | 2.00/5 共 1 次評分 |
開發者 | ibic |
付費類型 | free |
支援的語言 | 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" } |