White Rabbit

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

什麼是White Rabbit?

White Rabbit是由webwalker開發的Chrome擴展程式,該擴展的主要功能是“Get rid of the annoying elements of streaming : countdown, ads, pop-ups”。

下載White Rabbit擴展crx文件

下載White Rabbit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}