White Rabbit
Get rid of the annoying elements of streaming : countdown, ads, pop-ups
Co je White Rabbit?
White Rabbit je rozšíření Chrome vyvinuté webwalker, a jeho hlavní funkcí je „Get rid of the annoying elements of streaming : countdown, ads, pop-ups“.
Stáhnout soubor CRX rozšíření White Rabbit
Stáhněte si soubory rozšíření White Rabbit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | nmapoiplonbfadgdnnnkjoakgjdifikn |
| Oficiální URL | https://chromewebstore.google.com/detail/white-rabbit/nmapoiplonbfadgdnnnkjoakgjdifikn |
| Popis | Get rid of the annoying elements of streaming : countdown, ads, pop-ups |
| Velikost souboru | 8.69 KB |
| Počet instalací | 39 |
| Aktuální Verze | 1.0 |
| Poslední Aktualizace | 2018-08-28 |
| Datum Vydání | 2018-08-28 |
| Hodnocení | 4.67/5 Celkem 3 Hodnocení |
| Vývojář | webwalker |
| Typ Platby | free |
| Webové stránky Rozšíření | https://github.com/wbwlkr/white-rabbit |
| URL Stránky Nápovědy | https://github.com/wbwlkr/white-rabbit/issues |
| Podporované Jazyky | 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"
]
}
]
} | |