치지직 VOD 다운로드버튼 추가

ID: jdaoakimnapnhnoomagodbmlhekldjfe

Could be malicious

Supported Languages

🇰🇷Korean

Extension Info & Metadata

Status
Removed
Version
4.5.4
Size
0.28 MB
Rating
4.7/5
Reviews
82
Users
20,000
Type
Extension
Updated
Apr 4, 2025
Category
Productivity Tools
Price
Free
Featured
No
Visibility
Listed
Mature
No
By Google
No
Trusted
No

Publisher Contextual Analysis

Author
박재형View Profile
MX records exist
Yes
Domain exists
Yes
Is disposable
No
Is role-based
No
Mailbox exists
Yes
Total Extensions
19
Active
17
Obsolete
2
Listed
19
Unlisted
0
Total Users
22,053

치지직 VOD 페이지에 다운로드 버튼을 추가해줍니다.

치지직 다시보기 VOD 페이지에 다운로드 버튼을 추가해줍니다. # 다운로드 속도가 느릴 때 크롬에서 다운로드 속도가 느린 분들은 chrome://flags/#enable-parallel-downloading 에 접속하셔서 parallel-downloading을 켜주시면 더 빠른 속도로 다운로드하실 수 있습니다. * parallel downloading은 Google Chrome의 실험기능이므로 언제든 정식 크롬기능으로 합병되거나 사라질 수 있습니다. 또는 powershell의 curl을 활용하여 다운로드하는 방법이 존재합니다. 1. powershell을 실행합니다. 2. 치지직 VOD의 동영상 주소를 복사합니다. 3. powershell에 " curl <복사한동영상주소> "를 넣고, 엔터를 눌러 다운로드 합니다. 4. 다운로드가 완료되면 " explorer . " 을 입력하여 동영상이 다운로드된 폴더를 윈도우 파일탐색기로 열어 확인할 수 있습니다. # ffmpeg 사용법 치지직측에서 동영상 렌더링이 완료되지 않아, mp4 파일을 제공해주지 않는 경우에는 m3u8주소를 통해서만 다운로드가 가능합니다. 시간이 지나면 mp4 파일을 제공해줄 것이니 시간이 지난후 mp4 파일을 다운로드하거나 아래의 설명대로 ffmpeg를 이용하여 다운로드하시면 됩니다. ffmpeg를 활용하는 방법은 아래와 같습니다. 1. https://github.com/GyanD/codexffmpeg/releases 에서 최신버전의 ffmpeg-<version>-full_build.zip 파일을 다운로드하시고, 압축해제합니다. (2025년 3월 7일 기준 7.1버전) 2. 압축해제된 폴더에서 bin 폴더에 접속합니다. 3. bin 폴더에서 Shift + 우클릭을 눌러 확장ContextMenu를 열고 "터미널에서 열기" 혹은 "powershell에서 열기"를 클릭합니다. 4. 치지직 VOD 다운로더를 이용하여 "ffmpeg 다운로드 명령어 복사" 버튼을 클릭합니다. 5. (3)에서 열린 powershell 창에 "./"를 입력하고, 복사한 명령어를 붙여넣기 합니다. 예시) ./ffmpeg <URL> -c copy "동영상이름.mp4" ** ffmpeg를 PATH에 등록한 경우, 붙여넣기만 해도 무방합니다. 6. 엔터를 눌러 다운로드를 시작합니다. ---- ffmpeg는 scoop을 이용하여 다운로드도 가능합니다. 1. scoop.sh에 접속하여, 메인에 떠 있는 설치 스크립트를 powershell에 넣고 실행합니다. 2. " scoop install main/ffmpeg "를 실행하여 ffmpeg를 설치합니다. ** 한번 설치한 경우에는 다시 설치하지 않아도 됩니다. 3. 치지직 VOD 다운로더를 이용하여 "ffmpeg 다운로드 명령어 복사" 버튼을 클릭합니다. 4. powershell 창에 복사한 명령어를 붙여넣고 엔터를 눌러 다운로드를 시작합니다. 감사합니다. # 업데이트 기록 1.1버전 수정 - 다운로드 버튼 클릭 시, 재생중이던 VOD가 멈추도록 수정함. v2.0 수정 사항 - VOD 다운로드 시, 화질 선택 가능하도록 수정 v2.1 수정사항 - download icon 추가 (from font-awesome) v2.2 수정사항 - 다운로드 dialog backdrop 밝기 수정 v2.3 수정사항 - 새로고침하면 VOD 다운로드 버튼이 사라지던 오류 수정 v3.0 수정사항 - 치지직이 업데이트함에 따라 작동이 안되던 문제를 해결하였습니다. v3.1. 수정사항 - 여전히 작동이 안되고 있어서 문제를 해결하였습니다. v3.2 수정사항 - 성인인증이 필요한 방송에 대해 다운로드가 되지않던 문제를 해결하였습니다. v4.2 수정사항 - 인코딩 중인 영상은 m3u8을 복사할 수 있도록 추가. v4.3 핫픽스 - 다운로드 버튼이 안 뜨는 오류 수정 v4.4 수정사항 - m3u8 링크를 화질별로 복사하고, ffmpeg 다운로드 명령어를 복사할 수 있습니다. v4.5 수정사항 - aria2c 설치방법과 aria2c를 활용한 다운로드 명령어 복사 추가 - curl 명령어 복사 버튼 추가 위 두가지 방법은 모두 powershell을 요구합니다. - 엣지에서 작동하지 않던 오류 수정 v4.5.1 수정사항 - 다시보기 다운로드 버튼이 표시되지 않는 오류 임시 수정 v4.5.2 수정사항 - 방송 종료 직후 m3u8 링크만 있는 경우 다운로드 버튼이 표시되지 않는 오류 해결 v4.5.3 수정사항 일부 스트리머에 한해서 방종 직후 다운로드 버튼이 동작하지 않는 오류 해결 v4.5.4 수정사항 버그 제보 양식 추가

Item
Type
Severity
Description
scripting
Permission
Critical
This permission allows injection and execution of JavaScript on any webpage. Rated Critical because it can modify page content, steal sensitive data, and inject malicious code into any site the extension has access to.
webRequest
Permission
Critical
This permission enables the extension to monitor and analyze all web requests made by the browser. Rated Critical because it can observe all network traffic including sensitive data, track browsing behavior, and gather authentication tokens.
activeTab
Permission
Medium
This permission grants temporary access to the current tab. Rated Medium because it can access current page content when invoked, though limited to user-initiated actions.
https://apis.naver.com/neonplayer/vodplay/v1/playback/*
Host
Medium
Host permission — access limited to this URL pattern.
https://chzzk.naver.com/*
Host
Medium
Host permission — access limited to this URL pattern.

By severity

Critical0
High0
Medium0
Low3

Versions scanned

Showing 1 of 14 scanned versions with more than one unique finding. Counts are unique findings that include each version.

Extension VersionCode Review Findings
3.23

Files with findings

1 distinct path — top paths by unique finding count:

  • background.js3
S.No.
Category
Severity
File
Summary
Found in Version
1Code Injection
low
background.js (line 135)HTML for the quality picker is built by string-concatenating values (quality, frameRate, BaseURL) returned from the Naver playback API directly into innerHTML. If api.chzzk/apis.naver responses ever contained attacker…
2Credential Theft
low
background.js (line 212)Code injected into the chzzk.naver.com tab reads document.cookie and explicitly attaches it as a Cookie header on a fetch to api.chzzk.naver.com. While the request is same-site (so the browser would already send cooki…
3Network Interception
low
background.js (line 183)The webRequest.onCompleted listener is registered with a urls:['<all_urls>'] filter rather than scoping to the chzzk/Naver hosts that are actually needed. The code does an early-return guard on initiator, but the list…
URLs
15
IPv4
0
IPv6
0

URLs

View the external URLs this extension communicates with to understand its network activity and data interactions.

Gain full insight into all external connections.

Upgrade for full visibility.

chzzk.naver.com-https://chzzk.naver.com
chzzk.naver.com/video/https://chzzk.naver.com/video/
api.chzzk.naver.com/service/v3/videos/$%7BvideoId%7D%60,https://api.chzzk.naver.com/service/v3/videos/${videoId}`,
apis.naver.com/neonplayer/vodplay/v1/playback/$%7BvideoId%7Dhttps://apis.naver.com/neonplayer/vodplay/v1/playback/${videoId}?${params}`
www.w3.org/2000/svghttp://www.w3.org/2000/svg
github.com/aria2/aria2/releaseshttps://github.com/aria2/aria2/releases
scoop.sh-https://scoop.sh/
get.scoop.sh-https://get.scoop.sh
fontawesome.iohttp//fontawesome.io/license/http://fontawesome.io/license/%EF%BF%BD%EF%BF%BD%EF%BF%BD%EF%BF%BD%EF%BF%BD%EF%BF%BD%EF%BF%BD%EF%BF%BD%EF%BF%BD%EF%BF%BDhttp://fontawesome.iohttp://fontawesome.io/license/http://fontawesome.io/license/����������
clients2.google.com/service/update2/crxhttps://clients2.google.com/service/update2/crx
Showing 1 to 10 of 20 rows
Rows per page:

Gain full insight into all external connections.

Upgrade for full visibility.

No IP addresses found
Showing 1 to 10 of 20 rows
Rows per page:

Code Diff

Compare extension code between any two versions.

0 changed files (scanned top 25 shared text files)

No comparable text files found between these versions.

Browse and explore files within this extension package

Gain full insight into all external connections.

Upgrade for full visibility.