Stream Bypass Lite

Multi-browser addon for multiple streaming providers which redirects directly to the source video

Stream Bypass Lite란 무엇입니까?

Stream Bypass Lite은(는) bytedream에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Multi-browser addon for multiple streaming providers which redirects directly to the source video"입니다.

확장 프로그램 스크린샷

screenshot

Stream Bypass Lite 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension replaces the video player from this sides with the native player build-in into the browser or redirects directly to the source video. This has the advantage, that no advertising or popups are shown when trying to interact with the video (playing, skipping, ...) or some sites are showing them even if you do nothing. Additionally this enables you to download the video by right-clicking it and just choose the download option.

Because of some limitations Chrome forces to extensions, not all features the extension can offer are available on Chrome (hence the "Lite" suffix in the name).                    

확장 프로그램 기본 정보

이름 Stream Bypass Lite Stream Bypass Lite
ID ddfpfjomnakfckhmilacnbokdaknamdb
공식 URL https://chromewebstore.google.com/detail/stream-bypass-lite/ddfpfjomnakfckhmilacnbokdaknamdb
설명 Multi-browser addon for multiple streaming providers which redirects directly to the source video
파일 크기 161 KB
설치 횟수 208
현재 버전 3.0.0
최근 업데이트 2023-11-25
출시 날짜 2023-11-20
개발자 bytedream
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ByteDream/stream-bypass
도움말 페이지 URL https://github.com/ByteDream/stream-bypass
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ByteDream",
    "description": "Multi-browser addon for multiple streaming providers which redirects directly to the source video",
    "name": "Stream Bypass Lite",
    "version": "3.0.0",
    "browser_specific_settings": {
        "gecko": {
            "id": "{55dd42e8-3dd9-455a-b4fe-86664881b10c}"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/doodstream.com\/*",
                "*:\/\/dood.pm\/*",
                "*:\/\/dood.ws\/*",
                "*:\/\/dood.wf\/*",
                "*:\/\/dood.cx\/*",
                "*:\/\/dood.sh\/*",
                "*:\/\/dood.watch\/*",
                "*:\/\/dood.to\/*",
                "*:\/\/dood.so\/*",
                "*:\/\/dood.la\/*",
                "*:\/\/dood.re\/*",
                "*:\/\/dood.yt\/*",
                "*:\/\/ds2play.com\/*",
                "*:\/\/dooood.com\/*",
                "*:\/\/dropload.ui\/*",
                "*:\/\/filemoon.sx\/*",
                "*:\/\/filemoon.in\/*",
                "*:\/\/goodstream.uno\/*",
                "*:\/\/kwik.cx\/*",
                "*:\/\/mixdrop.co\/*",
                "*:\/\/mixdrop.to\/*",
                "*:\/\/mixdrop.ch\/*",
                "*:\/\/mixdrop.bz\/*",
                "*:\/\/mixdrop.gl\/*",
                "*:\/\/mp4upload.com\/*",
                "*:\/\/newgrounds.com\/*",
                "*:\/\/streamtape.com\/*",
                "*:\/\/streamtape.net\/*",
                "*:\/\/shavetape.cash\/*",
                "*:\/\/streamzz.to\/*",
                "*:\/\/streamz.ws\/*",
                "*:\/\/supervideo.tv\/*",
                "*:\/\/upstream.to\/*",
                "*:\/\/vidoza.net\/*",
                "*:\/\/voe.sx\/*",
                "*:\/\/vupload.com\/*"
            ],
            "js": [
                "src\/entries\/contentScript\/main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/[email protected]",
        "32": "icons\/[email protected]",
        "48": "icons\/[email protected]",
        "96": "icons\/[email protected]",
        "128": "icons\/[email protected]"
    },
    "permissions": [
        "storage",
        "nativeMessaging"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/[email protected]",
            "32": "icons\/[email protected]"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/match-39abcbdb.js",
                "assets\/src\/entries\/contentScript\/main-9783d908.js",
                "src\/entries\/player\/player.html"
            ],
            "matches": [
                "*:\/\/doodstream.com\/*",
                "*:\/\/dood.pm\/*",
                "*:\/\/dood.ws\/*",
                "*:\/\/dood.wf\/*",
                "*:\/\/dood.cx\/*",
                "*:\/\/dood.sh\/*",
                "*:\/\/dood.watch\/*",
                "*:\/\/dood.to\/*",
                "*:\/\/dood.so\/*",
                "*:\/\/dood.la\/*",
                "*:\/\/dood.re\/*",
                "*:\/\/dood.yt\/*",
                "*:\/\/ds2play.com\/*",
                "*:\/\/dooood.com\/*",
                "*:\/\/dropload.ui\/*",
                "*:\/\/filemoon.sx\/*",
                "*:\/\/filemoon.in\/*",
                "*:\/\/goodstream.uno\/*",
                "*:\/\/kwik.cx\/*",
                "*:\/\/mixdrop.co\/*",
                "*:\/\/mixdrop.to\/*",
                "*:\/\/mixdrop.ch\/*",
                "*:\/\/mixdrop.bz\/*",
                "*:\/\/mixdrop.gl\/*",
                "*:\/\/mp4upload.com\/*",
                "*:\/\/newgrounds.com\/*",
                "*:\/\/streamtape.com\/*",
                "*:\/\/streamtape.net\/*",
                "*:\/\/shavetape.cash\/*",
                "*:\/\/streamzz.to\/*",
                "*:\/\/streamz.ws\/*",
                "*:\/\/supervideo.tv\/*",
                "*:\/\/upstream.to\/*",
                "*:\/\/vidoza.net\/*",
                "*:\/\/voe.sx\/*",
                "*:\/\/vupload.com\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}