PlugDJ Youtube Importer
유튭주소로 PlugDJ에 강제추가.
Cos'è PlugDJ Youtube Importer?
PlugDJ Youtube Importer è un'estensione di Chrome sviluppata da itnaupna, e la sua funzione principale è "유튭주소로 PlugDJ에 강제추가.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PlugDJ Youtube Importer
Scarica i file di estensione PlugDJ Youtube Importer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
플러그 DJ 사이트 내에서 검색하지 않고도 존재하는 재생목록에 유튜브 영상을 추가할 수 있습니다. 유튜브 검색결과 또는 유튜브 영상 링크에서 우클릭 후 나오는 메뉴에서 바로 추가하거나 유튜브 영상 11자리 고유주소를 이용해서 추가 할 수 있습니다. 소스코드. https://github.com/itnaupna/PlugDJYoutubeImporter
Informazioni di Base sull'Estensione
Nome | PlugDJ Youtube Importer |
ID | obfcjddmmaddedkcmcngfhfjihnfaaih |
URL Ufficiale | https://chromewebstore.google.com/detail/plugdj-youtube-importer/obfcjddmmaddedkcmcngfhfjihnfaaih |
Descrizione | 유튭주소로 PlugDJ에 강제추가. |
Dimensione del File | 15.1 KB |
Conteggio Installazioni | 38 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-09-22 |
Data di Pubblicazione | 2020-09-21 |
Sviluppatore | itnaupna |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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", " |