네이버 뮤직 for Mac - Google Chrome Plugin

맥용 네이버 뮤직을 위한 크롬 플러그인

네이버 뮤직 for Mac - Google Chrome Plugin란 무엇입니까?

네이버 뮤직 for Mac - Google Chrome Plugin은(는) Ryunhee Han에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "맥용 네이버 뮤직을 위한 크롬 플러그인"입니다.

확장 프로그램 스크린샷

screenshot

네이버 뮤직 for Mac - Google Chrome Plugin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        네이버 뮤직을 맥에서 조금 더 편하게 즐길 수 있게 하기 위한 프로그램의 크롬 플러그인 입니다.
본 플러그인은 네이버와 무관합니다.

네이버 뮤직 for Mac에 대한 자세한 사항은 http://lunic.tistory.com/entry/네이버뮤직-for-Mac-143 를 참조해주세요.


문의사항 : [email protected]                    

확장 프로그램 기본 정보

이름 네이버 뮤직 for Mac - Google Chrome Plugin 네이버 뮤직 for Mac - Google Chrome Plugin
ID oedolcjlccfggkbpipicpgpbndemkgjc
공식 URL 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
설명 맥용 네이버 뮤직을 위한 크롬 플러그인
파일 크기 29.77 KB
설치 횟수 1,025
현재 버전 1.1.4
최근 업데이트 2014-06-02
출시 날짜 2014-06-02
평점 4.81/5 총 16 개의 평점
개발자 Ryunhee Han
결제 유형 free
확장 프로그램 웹 사이트 http://lunic.tistory.com/entry/네이버뮤직-for-Mac-143
도움말 페이지 URL http://lunic.tistory.com/entry/네이버뮤직-for-Mac-143
지원되는 언어 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"
        }
    ]
}