Naver Video Downloader

Download video sources from Naver embedded video player.

What is Naver Video Downloader?

Naver Video Downloader is a Chrome extension developed by http://loopback.kr, and its main feature is "Download video sources from Naver embedded video player.".

Extension Screenshots

screenshot

Download Naver Video Downloader Extension CRX File

Download Naver Video Downloader 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

                        네이버 비디오 플레이어로 연결된 원본 영상 소스를 HTML5 기반 플레이어로 재생시킵니다.

Release history
0.2: 최초 등록
0.3: 네이버 블로그 동영상 대응                    

Extension Basic Information

Name Naver Video Downloader Naver Video Downloader
ID jkjojjbllidggglhblihhdcjnibgbihj
Official URL https://chrome.google.com/webstore/detail/naver-video-downloader/jkjojjbllidggglhblihhdcjnibgbihj
Description Download video sources from Naver embedded video player.
File Size 30.93 KB
Installation Count 6,553
Current Version 0.3
Last Updated 2020-10-06
Publish Date 2020-09-01
Rating 3.57/5 Total 14 Ratings
Developer http://loopback.kr
Email [email protected]
Payment Type free
Extension Website https://loopback.kr
Privacy Policy Page URL https://loopback.kr
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Naver Video Downloader",
    "version": "0.3",
    "description": "Download video sources from Naver embedded video player.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "res\/img\/naver_tv_logo_16.png",
            "32": "res\/img\/naver_tv_logo_32.png",
            "48": "res\/img\/naver_tv_logo_48.png",
            "128": "res\/img\/naver_tv_logo_128.png"
        }
    },
    "icons": {
        "16": "res\/img\/naver_tv_logo_16.png",
        "32": "res\/img\/naver_tv_logo_32.png",
        "48": "res\/img\/naver_tv_logo_48.png",
        "128": "res\/img\/naver_tv_logo_128.png"
    }
}