White Rabbit
Get rid of the annoying elements of streaming : countdown, ads, pop-ups
Vad är White Rabbit?
White Rabbit är en Chrome-tillägg utvecklad av webwalker, och dess huvudfunktion är "Get rid of the annoying elements of streaming : countdown, ads, pop-ups".
Ladda ner White Rabbit-förlängningens CRX-fil
Ladda ner White Rabbit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | White Rabbit |
ID | nmapoiplonbfadgdnnnkjoakgjdifikn |
Officiell webbadress | https://chromewebstore.google.com/detail/white-rabbit/nmapoiplonbfadgdnnnkjoakgjdifikn |
Beskrivning | Get rid of the annoying elements of streaming : countdown, ads, pop-ups |
Filstorlek | 8.69 KB |
Antal Installationer | 39 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-08-28 |
Publiceringsdatum | 2018-08-28 |
Betyg | 4.67/5 Totalt 3 Betyg |
Utvecklare | webwalker |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/wbwlkr/white-rabbit |
Hjälpsida URL | https://github.com/wbwlkr/white-rabbit/issues |
Stödda Språk | 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" ] } ] } |