White Rabbit

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

White Rabbit क्या है?

White Rabbit webwalker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get rid of the annoying elements of streaming : countdown, ads, pop-ups"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में White Rabbit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम White Rabbit White Rabbit
ID nmapoiplonbfadgdnnnkjoakgjdifikn
आधिकारिक URL https://chromewebstore.google.com/detail/white-rabbit/nmapoiplonbfadgdnnnkjoakgjdifikn
विवरण Get rid of the annoying elements of streaming : countdown, ads, pop-ups
फ़ाइल का आकार 8.69 KB
स्थापना संख्या 39
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-08-28
प्रकाशन तिथि 2018-08-28
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर webwalker
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/wbwlkr/white-rabbit
सहायता पृष्ठ URL https://github.com/wbwlkr/white-rabbit/issues
समर्थित भाषाएँ 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"
            ]
        }
    ]
}