네이버 뮤직 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文件

下载네이버 뮤직 for Mac - Google Chrome Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

네이버 뮤직 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"
        }
    ]
}