wotvb.com assistance
取消试看3分钟的限制
wotvb.com assistanceคืออะไร?
wotvb.com assistance เป็นส่วนขยายของ Chrome ที่พัฒนาโดย joe และคุณลักษณะหลักของมันคือ "取消试看3分钟的限制"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย wotvb.com assistance
ดาวน์โหลดไฟล์ส่วนขยาย wotvb.com assistance ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |