PlugDJ Youtube Importer

유튭주소로 PlugDJ에 강제추가.

What is PlugDJ Youtube Importer?

PlugDJ Youtube Importer is a Chrome extension developed by itnaupna, and its main feature is "유튭주소로 PlugDJ에 강제추가.".

Extension Screenshots

screenshot
screenshot
screenshot

Download PlugDJ Youtube Importer Extension CRX File

Download PlugDJ Youtube Importer 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

                        플러그 DJ 사이트 내에서 검색하지 않고도 존재하는 재생목록에 유튜브 영상을 추가할 수 있습니다.

유튜브 검색결과 또는 유튜브 영상 링크에서 우클릭 후 나오는 메뉴에서 바로 추가하거나
유튜브 영상 11자리 고유주소를 이용해서 추가 할 수 있습니다.


소스코드.
https://github.com/itnaupna/PlugDJYoutubeImporter                    

Extension Basic Information

Name PlugDJ Youtube Importer PlugDJ Youtube Importer
ID obfcjddmmaddedkcmcngfhfjihnfaaih
Official URL https://chromewebstore.google.com/detail/plugdj-youtube-importer/obfcjddmmaddedkcmcngfhfjihnfaaih
Description 유튭주소로 PlugDJ에 강제추가.
File Size 15.1 KB
Installation Count 38
Current Version 1.0
Last Updated 2020-09-22
Publish Date 2020-09-21
Developer itnaupna
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PlugDJ Youtube Importer",
    "description": "\uc720\ud2ad\uc8fc\uc18c\ub85c PlugDJ\uc5d0 \uac15\uc81c\ucd94\uac00.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "clipboard",
        "contextMenus",
        ""
    ]
}