wotvb.com assistance
取消试看3分钟的限制
wotvb.com assistance란 무엇입니까?
wotvb.com assistance은(는) joe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "取消试看3分钟的限制"입니다.
확장 프로그램 스크린샷
wotvb.com assistance 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
wotvb.com可以免费的观看TVB电视剧,有新的也有旧的,有粤语的也有国语的。但是有些旧的电视剧设置了3分钟的试看时间,过后要求用户注册。这个小插件可以取消3分钟的播放限制。 wotvb.com allows you to watch TVB shows for free. However some of the old shows require you to register after 3 mins trial. This extension can remove the 3 mins trial.
확장 프로그램 기본 정보
이름 | |
ID | hckdahbdiffgbnaagamacjcomajfmbob |
공식 URL | https://chromewebstore.google.com/detail/wotvbcom-assistance/hckdahbdiffgbnaagamacjcomajfmbob |
설명 | 取消试看3分钟的限制 |
파일 크기 | 15.6 KB |
설치 횟수 | 182 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2020-04-30 |
출시 날짜 | 2020-04-29 |
개발자 | joe |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "wotvb.com assistance", "author": "[email protected]", "version": "1.0.0", "description": "\u53d6\u6d88\u8bd5\u770b3\u5206\u949f\u7684\u9650\u5236", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon_bw.png", "default_title": "wotvb.com assistance" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "https:\/\/www.wotvb.com\/*", "webRequest", "webRequestBlocking" ] } |