트위치 스트리밍 다운로더

트위치 라이브 스트리밍 위치 상태를 확인하고 외부 플레이어에서 재생 가능한 .m3u8 파일을 다운로드합니다.

What is 트위치 스트리밍 다운로더?

트위치 스트리밍 다운로더 is a Chrome extension developed by bbat_san, and its main feature is "트위치 라이브 스트리밍 위치 상태를 확인하고 외부 플레이어에서 재생 가능한 .m3u8 파일을 다운로드합니다.".

Extension Screenshots

screenshot

Download 트위치 스트리밍 다운로더 Extension CRX File

Download 트위치 스트리밍 다운로더 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        2017.12.18. [v2.0.0]

@ 리뉴얼..

2017.06.21. [v1.0.2]

@ 기능 삭제
- Auto Select Tab

@ 코드 수정
- Match Regex

2017.04.19. [v1.0.1]

@ 기능 삭제
- Loop Auto Reflash 

@ 파일 삭제
- Inject.js


2017.04.18. [v1.0.0]                    

Extension Basic Information

Name 트위치 스트리밍 다운로더 트위치 스트리밍 다운로더
ID ejkcfcbnefbonljkbmebhafedjielmib
Official URL https://chrome.google.com/webstore/detail/%ED%8A%B8%EC%9C%84%EC%B9%98-%EC%8A%A4%ED%8A%B8%EB%A6%AC%EB%B0%8D-%EB%8B%A4%EC%9A%B4%EB%A1%9C%EB%8D%94/ejkcfcbnefbonljkbmebhafedjielmib
Description 트위치 라이브 스트리밍 위치 상태를 확인하고 외부 플레이어에서 재생 가능한 .m3u8 파일을 다운로드합니다.
File Size 931 KB
Installation Count 1,000
Current Version 2.0.0
Last Updated 2017-12-18
Publish Date 2017-12-18
Rating 2.05/5 Total 19 Ratings
Developer bbat_san
Email [email protected]
Payment Type free
Supported Languages en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "2.0.0",
    "default_locale": "ko",
    "icons": {
        "128": "assets\/images\/icons\/appicon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/images\/icons\/icon_19.png",
            "38": "assets\/images\/icons\/icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "vendors\/jquery-3.2.0.min.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webRequest",
        "https:\/\/*.hls.ttvnw.net\/*",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "vendors\/*"
    ]
}