White Rabbit

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

Qu'est-ce que White Rabbit ?

White Rabbit est une extension Chrome développée par webwalker, et sa fonction principale est "Get rid of the annoying elements of streaming : countdown, ads, pop-ups".

Télécharger le fichier CRX de l'extension White Rabbit

Téléchargez les fichiers d'extension White Rabbit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom White Rabbit White Rabbit
ID nmapoiplonbfadgdnnnkjoakgjdifikn
URL Officiel https://chromewebstore.google.com/detail/white-rabbit/nmapoiplonbfadgdnnnkjoakgjdifikn
Description Get rid of the annoying elements of streaming : countdown, ads, pop-ups
Taille du Fichier 8.69 KB
Nombre d'Installations 39
Version Actuelle 1.0
Dernière Mise à Jour 2018-08-28
Date de Publication 2018-08-28
Évaluation 4.67/5 Total 3 Évaluations
Développeur webwalker
Type de Paiement free
Site Web de l'Extension https://github.com/wbwlkr/white-rabbit
URL de la Page d'Aide https://github.com/wbwlkr/white-rabbit/issues
Langues Prises en Charge 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"
            ]
        }
    ]
}