Plug X

Advanced features for Plug.DJ

Plug X क्या है?

Plug X https://skylerbeckman.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Advanced features for Plug.DJ"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Plug X एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Seamless integration allows you to supercharge Plug.DJ without scratching your head. Plug X offers the most features out of any extension on the market. The first and only extension on the market with fully implemented chat popout and emoji suggestions.

Features:
- Custom Chat Popout
- Private Messaging (Beta)
- Friends List
- AutoWoot
- Multiple Languages Supported
- AutoJoin (AutoQueue)
- Chrome Notifications
- Chat Emoji Suggestions
- Waitlist AFK Timers (w/ trigger settings)
- Current DJ AFK Time (On Hover)
- See Who Meh'd (Currently only available in popout chat)
- Hide Video Playback
- Custom Backgrounds (w/ uploading)
- Video Resizer
- Next DJ Alert
- Working Mention Sound
- Notification Keywords
- Inline Chat Images
- 'Unable to Play' Popup Blocker
- Enhanced UI
- Custom Commands
- Inline Chat Notifications
- Inline Chat Notification Custom Colors
- Audience/DJ Booth Opacity
- Re-played Song Alert (Song in history)
- Automute Songs (Accessible through commands)
- Custom Mention Sound (via URL)
- AFK Autorespond Message
- Video Opacity
- Spacebar Mute
- Chat Image Zoom
- Custom UI Colors
- Custom Chat Colors
- Custom Individual Username Colors
- Chat Nicknames
- GIF/Image Commands

Tip: Type '/commands' to display Plug X command list



Note: This extension is subject to breaking on Plug.DJ updates. I will do my best to update the extension asap when such an event occurs.

It is recommended to not run any other extensions for Plug.DJ alongside Plug X in order to avoid interference

Changelog has been moved to project website

http://skylerbeckman.com/Plug-X/                    

एक्सटेंशन की मूल जानकारी

नाम Plug X Plug X
ID effeahbhlcfhmgljedehdfjpkgmachjg
आधिकारिक URL https://chromewebstore.google.com/detail/plug-x/effeahbhlcfhmgljedehdfjpkgmachjg
विवरण Advanced features for Plug.DJ
फ़ाइल का आकार 620 KB
स्थापना संख्या 722
वर्तमान संस्करण 0.5.1
अंतिम अपडेट 2014-08-17
प्रकाशन तिथि 2014-08-17
रेटिंग 3.79/5 कुल 75 रेटिंग्स
डेवलपर https://skylerbeckman.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://skylerbeckman.com/Plug-X/
सहायता पृष्ठ URL http://skylerbeckman.com/Plug-X/docs/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/event_page.js"
        ]
    },
    "browser_action": {
        "default_icon": "imgs\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css",
                "css\/magnific-popup.css",
                "css\/spectrum.css"
            ],
            "js": [
                "js\/extension_script.js"
            ],
            "matches": [
                "http:\/\/plug.dj\/*",
                "https:\/\/plug.dj\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Advanced features for Plug.DJ",
    "icons": {
        "128": "imgs\/icon128.png",
        "16": "imgs\/icon16.png",
        "48": "imgs\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Plug X",
    "permissions": [
        "http:\/\/plug.dj\/",
        "https:\/\/plug.dj\/",
        "storage",
        "notifications"
    ],
    "version": "0.5.1",
    "author": "Skyler Beckman",
    "web_accessible_resources": [
        "js\/main.js",
        "js\/app.js",
        "js\/emoji.js",
        "js\/libs\/magnific-popup\/jquery.magnific-popup.min.js",
        "js\/libs\/spectrum\/spectrum.js",
        "css\/style.css",
        "css\/popout.css",
        "css\/magnific-popup.css",
        "css\/spectrum.css",
        "sounds\/ding.mp3",
        "sounds\/alert.mp3",
        "imgs\/logo.png",
        "imgs\/logo_large.png",
        "backgrounds\/tasty.jpg",
        "js\/extension_script.js",
        "js\/views\/image.js",
        "js\/views\/css.js",
        "js\/views\/popoutBtn.js",
        "js\/views\/headerPanelBar.js",
        "js\/views\/djTimer.js",
        "js\/views\/bgFader.js",
        "js\/views\/updateModal.js",
        "js\/views\/emojiSuggestion.js",
        "js\/views\/dialogs\/mentions.js",
        "js\/views\/dialogs\/sound.js",
        "js\/views\/dialogs\/autorespond.js",
        "js\/views\/dialogs\/background.js",
        "js\/views\/dialogs\/usernameColor\/dialog.js",
        "js\/views\/dialogs\/usernameColor\/row.js",
        "js\/views\/dialogs\/nicknames\/dialog.js",
        "js\/views\/dialogs\/nicknames\/row.js",
        "js\/views\/dialogs\/gifs\/list.js",
        "js\/views\/dialogs\/gifs\/row.js",
        "js\/views\/menus\/ui.js",
        "js\/views\/menus\/uiColor.js",
        "js\/views\/menus\/chatColor.js",
        "js\/views\/menus\/chat.js",
        "js\/views\/menus\/video.js",
        "js\/views\/menus\/notification.js",
        "js\/views\/menus\/basic.js",
        "js\/views\/menus\/main.js",
        "js\/views\/menus\/notifColor.js",
        "js\/views\/popout\/popout.js",
        "js\/views\/popout\/userList.js",
        "js\/views\/popout\/waitList.js",
        "js\/views\/popout\/chat.js",
        "js\/views\/popout\/djBtn.js",
        "js\/views\/popout\/header.js",
        "js\/views\/popout\/list.js",
        "js\/views\/popout\/lists\/staff.js",
        "js\/views\/popout\/lists\/staffRow.js",
        "js\/views\/popout\/lists\/room.js",
        "js\/views\/popout\/lists\/roomRow.js",
        "js\/views\/popout\/lists\/ignored.js",
        "js\/views\/popout\/lists\/bans.js",
        "js\/views\/pm\/window.js",
        "js\/views\/pm\/friends\/window.js",
        "js\/views\/pm\/friends\/row.js",
        "js\/views\/pm\/friends\/header.js",
        "js\/views\/pm\/friends\/list.js",
        "js\/models\/pm\/friend.js",
        "js\/collections\/pm\/friends.js",
        "js\/collections\/popout\/users.js",
        "js\/templates\/emojiItem.js",
        "js\/templates\/pm\/header.js",
        "js\/templates\/pm\/friends\/row.js",
        "js\/templates\/menus\/ui.js",
        "js\/templates\/menus\/chatColor.js",
        "js\/templates\/menus\/uiColor.js",
        "js\/templates\/menus\/chat.js",
        "js\/templates\/menus\/video.js",
        "js\/templates\/menus\/notification.js",
        "js\/templates\/menus\/basic.js",
        "js\/templates\/menus\/main.js",
        "js\/templates\/menus\/notifColor.js",
        "js\/templates\/popout\/chat.js",
        "js\/lang\/en.js",
        "js\/lang\/fr.js",
        "js\/lang\/es.js",
        "js\/lang\/pt.js"
    ]
}