White Rabbit
Get rid of the annoying elements of streaming : countdown, ads, pop-ups
O que é White Rabbit?
White Rabbit é uma extensão do Chrome desenvolvida por webwalker, e sua principal característica é "Get rid of the annoying elements of streaming : countdown, ads, pop-ups".
Baixar o arquivo CRX da Extensão White Rabbit
Baixe arquivos de extensão White Rabbit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | White Rabbit |
ID | nmapoiplonbfadgdnnnkjoakgjdifikn |
URL Oficial | https://chromewebstore.google.com/detail/white-rabbit/nmapoiplonbfadgdnnnkjoakgjdifikn |
Descrição | Get rid of the annoying elements of streaming : countdown, ads, pop-ups |
Tamanho do Arquivo | 8.69 KB |
Contagem de Instalações | 39 |
Versão Atual | 1.0 |
Última Atualização | 2018-08-28 |
Data de Publicação | 2018-08-28 |
Classificação | 4.67/5 Total de 3 Avaliações |
Desenvolvedor | webwalker |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/wbwlkr/white-rabbit |
URL da Página de Ajuda | https://github.com/wbwlkr/white-rabbit/issues |
Idiomas Suportados | 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" ] } ] } |