PlugDJ Youtube Importer
유튭주소로 PlugDJ에 강제추가.
Wat is PlugDJ Youtube Importer?
PlugDJ Youtube Importer is een Chrome-extensie ontwikkeld door itnaupna, en de belangrijkste functie is "유튭주소로 PlugDJ에 강제추가.".
Extensie Screenshots
Download het CRX-bestand van de extensie PlugDJ Youtube Importer
Download PlugDJ Youtube Importer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
플러그 DJ 사이트 내에서 검색하지 않고도 존재하는 재생목록에 유튜브 영상을 추가할 수 있습니다.
유튜브 검색결과 또는 유튜브 영상 링크에서 우클릭 후 나오는 메뉴에서 바로 추가하거나
유튜브 영상 11자리 고유주소를 이용해서 추가 할 수 있습니다.
소스코드.
https://github.com/itnaupna/PlugDJYoutubeImporter Basisinformatie over de Extensie
| Naam | |
| ID | obfcjddmmaddedkcmcngfhfjihnfaaih |
| Officiële URL | https://chromewebstore.google.com/detail/plugdj-youtube-importer/obfcjddmmaddedkcmcngfhfjihnfaaih |
| Beschrijving | 유튭주소로 PlugDJ에 강제추가. |
| Bestandsgrootte | 15.1 KB |
| Aantal Installaties | 38 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-09-22 |
| Publicatiedatum | 2020-09-21 |
| Ontwikkelaar | itnaupna |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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",
" | |