Plug.Dj Helper

Shows past played songs on screen, and helps assist with finding plug.dj Music

Plug.Dj Helper란 무엇입니까?

Plug.Dj Helper은(는) Warfront1 (Tvcontrolsyou)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows past played songs on screen, and helps assist with finding plug.dj Music"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Plug.Dj Helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Lists all past listened to songs (Band Name, and Song Name), and provides a link to download an External MP3 File.                    

확장 프로그램 기본 정보

이름 Plug.Dj Helper Plug.Dj Helper
ID fmdpdfbkgkgmeeffakfodolhhkdoglnb
공식 URL https://chrome.google.com/webstore/detail/plugdj-helper/fmdpdfbkgkgmeeffakfodolhhkdoglnb
설명 Shows past played songs on screen, and helps assist with finding plug.dj Music
파일 크기 47.86 KB
설치 횟수 15
현재 버전 1.0
최근 업데이트 2014-08-14
출시 날짜 2014-08-14
평점 5.00/5 총 1 개의 평점
개발자 Warfront1 (Tvcontrolsyou)
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Plug.Dj Helper",
    "version": "1.0",
    "description": "Shows past played songs on screen, and helps assist with finding plug.dj Music",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/plug.dj\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "Plugin.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "Plug.dj Helper Running - Love Warfront1!"
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}