PlugPro

A more usable and professional layout for the Plug.DJ music community

PlugPro란 무엇입니까?

PlugPro은(는) Travis Wimer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A more usable and professional layout for the Plug.DJ music community"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

PlugPro 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Plug.dj is cool, but sometimes you just want to listen to music without a screen full of frolicking furries and YouTube videos. PlugPro is the solution.

( Help build PlugPro on GitHub: https://github.com/traviswimer/PlugPro )

Features:

- Auto-Woot
- Inline chat images
- 3 unique ways to view Plug.dj:

Pro View:
 - No animations
 - Large chat box
 - Always-visible User list, DJ waitlist, and Song History
 - Less purple... (why is there so much purple?)

Video View:
 - The entire screen is video!

Avatar View:
 - The normal Plug.dj view you are used to
 - Also, less purple. :-)                    

확장 프로그램 기본 정보

이름 PlugPro PlugPro
ID hgpmnicpdbofkebilbinaihkfnoedpej
공식 URL https://chromewebstore.google.com/detail/plugpro/hgpmnicpdbofkebilbinaihkfnoedpej
설명 A more usable and professional layout for the Plug.DJ music community
파일 크기 128 KB
설치 횟수 1,239
현재 버전 1.0.5
최근 업데이트 2015-05-19
출시 날짜 2015-05-19
평점 3.91/5 총 131 개의 평점
개발자 Travis Wimer
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PlugPro",
    "version": "1.0.5",
    "description": "A more usable and professional layout for the Plug.DJ music community",
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/background.css"
            ],
            "js": [
                "js\/init.js"
            ],
            "matches": [
                "http:\/\/plug.dj\/*",
                "https:\/\/plug.dj\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/event_page.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/plug.dj\/",
        "https:\/\/plug.dj\/",
        "storage"
    ],
    "web_accessible_resources": [
        "js\/plug_pro.js",
        "css\/plug_pro.css",
        "css\/media.css",
        "images\/logo.png",
        "images\/logo_large.png",
        "images\/icons.png",
        "images\/spinner.gif",
        "images\/close.png",
        "images\/github_logo.png",
        "backgrounds\/*",
        "js\/init.js"
    ]
}