네이버 뮤직 for Mac - Google Chrome Plugin

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

What is 네이버 뮤직 for Mac - Google Chrome Plugin?

네이버 뮤직 for Mac - Google Chrome Plugin is a Chrome extension developed by Ryunhee Han, and its main feature is "맥용 네이버 뮤직을 위한 크롬 플러그인".

Extension Screenshots

screenshot

Download 네이버 뮤직 for Mac - Google Chrome Plugin Extension CRX File

Download 네이버 뮤직 for Mac - Google Chrome Plugin 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

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

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


문의사항 : [email protected]                    

Extension Basic Information

Name 네이버 뮤직 for Mac - Google Chrome Plugin 네이버 뮤직 for Mac - Google Chrome Plugin
ID oedolcjlccfggkbpipicpgpbndemkgjc
Official 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
Description 맥용 네이버 뮤직을 위한 크롬 플러그인
File Size 29.77 KB
Installation Count 1,025
Current Version 1.1.4
Last Updated 2014-06-02
Publish Date 2014-06-02
Rating 4.81/5 Total 16 Ratings
Developer Ryunhee Han
Payment Type free
Extension Website http://lunic.tistory.com/entry/네이버뮤직-for-Mac-143
Help Page URL http://lunic.tistory.com/entry/네이버뮤직-for-Mac-143
Supported Languages 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"
        }
    ]
}