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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } |