Download Videos from NaverTV

Download Videos (mp4, ts from m3u8) from NaverTV

What is Download Videos from NaverTV?

Download Videos from NaverTV is a Chrome extension developed by posky, and its main feature is "Download Videos (mp4, ts from m3u8) from NaverTV".

Extension Screenshots

screenshot

Download Download Videos from NaverTV Extension CRX File

Download Download Videos from NaverTV 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

                        Download mp4 videos from naver
Download divided ts videos from naver                    

Extension Basic Information

Name Download Videos from NaverTV Download Videos from NaverTV
ID dncgmdhipopkicodhelghfikoceigocc
Official URL https://chromewebstore.google.com/detail/download-videos-from-nave/dncgmdhipopkicodhelghfikoceigocc
Description Download Videos (mp4, ts from m3u8) from NaverTV
File Size 13.74 KB
Installation Count 2,491
Current Version 1.05
Last Updated 2018-10-20
Publish Date 2018-10-20
Rating 3.50/5 Total 6 Ratings
Developer posky
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Videos from NaverTV",
    "version": "1.05",
    "description": "Download Videos (mp4, ts from m3u8) from NaverTV",
    "permissions": [
        "activeTab",
        "downloads",
        "*:\/\/*.naver.com\/*",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "Download Videos",
        "default_icon": {
            "16": "images\/navertv16.png",
            "32": "images\/navertv32.png",
            "48": "images\/navertv48.png",
            "128": "images\/navertv128.png"
        }
    },
    "icons": {
        "16": "images\/navertv16.png",
        "32": "images\/navertv32.png",
        "48": "images\/navertv48.png",
        "128": "images\/navertv128.png"
    },
    "manifest_version": 2
}