White Rabbit

Get rid of the annoying elements of streaming : countdown, ads, pop-ups

Co to jest White Rabbit?

White Rabbit to rozszerzenie Chrome opracowane przez webwalker, a jego główną funkcją jest „Get rid of the annoying elements of streaming : countdown, ads, pop-ups”.

Pobierz plik CRX rozszerzenia White Rabbit

Pobierz pliki rozszerzeń White Rabbit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa White Rabbit White Rabbit
ID nmapoiplonbfadgdnnnkjoakgjdifikn
Oficjalny URL https://chromewebstore.google.com/detail/white-rabbit/nmapoiplonbfadgdnnnkjoakgjdifikn
Opis Get rid of the annoying elements of streaming : countdown, ads, pop-ups
Rozmiar pliku 8.69 KB
Liczba instalacji 39
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-08-28
Data Publikacji 2018-08-28
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper webwalker
Typ Płatności free
Strona Rozszerzenia https://github.com/wbwlkr/white-rabbit
Adres URL Strony Pomocy https://github.com/wbwlkr/white-rabbit/issues
Obsługiwane Języki 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"
            ]
        }
    ]
}