TastyPlug

a plug.dj extension

What is TastyPlug?

TastyPlug is a Chrome extension developed by https://tastyplug.tastycat.org, and its main feature is "a plug.dj extension".

Extension Screenshots

screenshot

Download TastyPlug Extension CRX File

Download TastyPlug extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Some things like slash commands and private messaging will be broken and down until they have new alternatives.

TastyPlug is a script for use on plug.dj. It includes features such as Autowoot, Autojoin, Additional Emotes, and some special Tastycat-only goodies like Tastybot interaction and a way to check how many times your song has played.

This is the Google Chrome extension for TastyPlug. If you are looking for other install methods, please see this page: http://tastyplug.tastycat.org                    

Extension Basic Information

Name TastyPlug TastyPlug
ID faccgibalfdoihmenknhpfhldkmgaang
Official URL https://chromewebstore.google.com/detail/tastyplug/faccgibalfdoihmenknhpfhldkmgaang
Description a plug.dj extension
File Size 78.71 KB
Installation Count 3,136
Current Version 3.9.3
Last Updated 2016-10-18
Publish Date 2016-10-18
Rating 4.43/5 Total 217 Ratings
Developer https://tastyplug.tastycat.org
Email [email protected]
Payment Type free
Extension Website https://tastyplug.tastycat.org
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TastyPlug",
    "description": "a plug.dj extension",
    "version": "3.9.3",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "*:\/\/*.plug.dj\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/plug.dj\/*"
            ],
            "exclude_matches": [
                "*:\/\/plug.dj\/about",
                "*:\/\/plug.dj\/terms",
                "*:\/\/plug.dj\/privacy"
            ],
            "js": [
                "loader.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "tastyplug.core.js",
        "bootstrap.js",
        "jquery-ui.custom.js"
    ]
}