White Rabbit

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

ما هو White Rabbit؟

White Rabbit هو إضافة Chrome تم تطويرها بواسطة webwalker، والميزة الرئيسية لها هي "Get rid of the annoying elements of streaming : countdown, ads, pop-ups".

تحميل ملف CRX للإضافة White Rabbit

قم بتنزيل ملفات الامتداد White Rabbit بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}