White Rabbit
Get rid of the annoying elements of streaming : countdown, ads, pop-ups
White Rabbit là gì?
White Rabbit là một tiện ích mở rộng Chrome được phát triển bởi webwalker, và tính năng chính của nó là "Get rid of the annoying elements of streaming : countdown, ads, pop-ups".
Tải xuống tệp CRX của tiện ích mở rộng White Rabbit
Tải xuống các tệp mở rộng White Rabbit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Get rid of annoying elements of streaming: In dpstream.net (https://www.dpstream.net/external_link/*): Redirect to the video without waiting for the countdown. In voirfilms.info (https://www.voirfilms.info/*-*.htm ): Delete site ads, toro-tags.com ads. In openload.co (https://openload.co/embed/*) and streamango.com (https://streamango.com/embed/*): Delete video overlay element.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | White Rabbit |
ID | nmapoiplonbfadgdnnnkjoakgjdifikn |
URL Chính Thức | https://chromewebstore.google.com/detail/white-rabbit/nmapoiplonbfadgdnnnkjoakgjdifikn |
Mô tả | Get rid of the annoying elements of streaming : countdown, ads, pop-ups |
Kích Thước Tệp | 8.69 KB |
Số Lần Cài Đặt | 39 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-08-28 |
Ngày Phát Hành | 2018-08-28 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | webwalker |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/wbwlkr/white-rabbit |
URL Trang Trợ Giúp | https://github.com/wbwlkr/white-rabbit/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "White Rabbit", "version": "1.0", "description": "Get rid of the annoying elements of streaming : countdown, ads, pop-ups", "icons": { "32": "icons\/white-rabbit-32.png", "64": "icons\/white-rabbit-64.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.dpstream.net\/external_link\/*" ], "js": [ "wr-dpstream.js" ] }, { "matches": [ "*:\/\/www.voirfilms.info\/*-*.htm" ], "js": [ "wr-voirfilms.js" ] }, { "matches": [ "*:\/\/openload.co\/embed\/*" ], "js": [ "wr-openload.js" ] }, { "matches": [ "*:\/\/streamango.com\/embed\/*" ], "js": [ "wr-streamango.js" ] } ] } |