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文件

下載PlugPro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}