네이버 뮤직 for Mac - Google Chrome Plugin
맥용 네이버 뮤직을 위한 크롬 플러그인
Cos'è 네이버 뮤직 for Mac - Google Chrome Plugin?
네이버 뮤직 for Mac - Google Chrome Plugin è un'estensione di Chrome sviluppata da Ryunhee Han, e la sua funzione principale è "맥용 네이버 뮤직을 위한 크롬 플러그인".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 네이버 뮤직 for Mac - Google Chrome Plugin
Scarica i file di estensione 네이버 뮤직 for Mac - Google Chrome Plugin 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
네이버 뮤직을 맥에서 조금 더 편하게 즐길 수 있게 하기 위한 프로그램의 크롬 플러그인 입니다. 본 플러그인은 네이버와 무관합니다. 네이버 뮤직 for Mac에 대한 자세한 사항은 http://lunic.tistory.com/entry/네이버뮤직-for-Mac-143 를 참조해주세요. 문의사항 : [email protected]
Informazioni di Base sull'Estensione
Nome | |
ID | oedolcjlccfggkbpipicpgpbndemkgjc |
URL Ufficiale | https://chrome.google.com/webstore/detail/%EB%84%A4%EC%9D%B4%EB%B2%84-%EB%AE%A4%EC%A7%81-for-mac-google-chr/oedolcjlccfggkbpipicpgpbndemkgjc |
Descrizione | 맥용 네이버 뮤직을 위한 크롬 플러그인 |
Dimensione del File | 29.77 KB |
Conteggio Installazioni | 1,025 |
Versione Corrente | 1.1.4 |
Ultimo Aggiornamento | 2014-06-02 |
Data di Pubblicazione | 2014-06-02 |
Valutazione | 4.81/5 Totale 16 Valutazioni |
Sviluppatore | Ryunhee Han |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://lunic.tistory.com/entry/네이버뮤직-for-Mac-143 |
URL della Pagina di Aiuto | http://lunic.tistory.com/entry/네이버뮤직-for-Mac-143 |
Lingue Supportate | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\ub124\uc774\ubc84 \ubba4\uc9c1 for Mac - Google Chrome Plugin", "version": "1.1.4", "description": "\ub9e5\uc6a9 \ub124\uc774\ubc84 \ubba4\uc9c1\uc744 \uc704\ud55c \ud06c\ub86c \ud50c\ub7ec\uadf8\uc778", "icons": { "128": "icon_128.png" }, "permissions": [ "http:\/\/music.naver.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/music.naver.com\/*" ], "js": [ "navermusic.js" ], "run_at": "document_end" } ] } |