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.                     拡張機能の基本情報
| 名前 |   |  
| 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"
            ]
        }
    ]
}  |  |