White Rabbit

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

Cos'è White Rabbit?

White Rabbit è un'estensione di Chrome sviluppata da webwalker, e la sua funzione principale è "Get rid of the annoying elements of streaming : countdown, ads, pop-ups".

Scarica il file CRX dell'estensione White Rabbit

Scarica i file di estensione White Rabbit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome White Rabbit White Rabbit
ID nmapoiplonbfadgdnnnkjoakgjdifikn
URL Ufficiale https://chromewebstore.google.com/detail/white-rabbit/nmapoiplonbfadgdnnnkjoakgjdifikn
Descrizione Get rid of the annoying elements of streaming : countdown, ads, pop-ups
Dimensione del File 8.69 KB
Conteggio Installazioni 39
Versione Corrente 1.0
Ultimo Aggiornamento 2018-08-28
Data di Pubblicazione 2018-08-28
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore webwalker
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/wbwlkr/white-rabbit
URL della Pagina di Aiuto https://github.com/wbwlkr/white-rabbit/issues
Lingue Supportate 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"
            ]
        }
    ]
}