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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}