White Rabbit
Get rid of the annoying elements of streaming : countdown, ads, pop-ups
什么是White Rabbit?
White Rabbit是由webwalker开发的Chrome扩展程序,该扩展的主要功能是“Get rid of the annoying elements of streaming : countdown, ads, pop-ups”。
下载White Rabbit扩展crx文件
下载White Rabbit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | White Rabbit |
ID | nmapoiplonbfadgdnnnkjoakgjdifikn |
官方URL | https://chromewebstore.google.com/detail/white-rabbit/nmapoiplonbfadgdnnnkjoakgjdifikn |
简介 | Get rid of the annoying elements of streaming : countdown, ads, pop-ups |
文件大小 | 8.69 KB |
安装次数 | 39 |
当前版本 | 1.0 |
更新时间 | 2018-08-28 |
上架时间 | 2018-08-28 |
评分 | 4.67/5 共3次评分 |
开发者 | webwalker |
付费类型 | free |
扩展官网 | https://github.com/wbwlkr/white-rabbit |
帮助页面URL | https://github.com/wbwlkr/white-rabbit/issues |
支持的语言 | 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" ] } ] } |