TastyPlug

a plug.dj extension

Vad är TastyPlug?

TastyPlug är en Chrome-tillägg utvecklad av https://tastyplug.tastycat.org, och dess huvudfunktion är "a plug.dj extension".

Tilläggsskärmbilder

screenshot

Ladda ner TastyPlug-förlängningens CRX-fil

Ladda ner TastyPlug-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn TastyPlug TastyPlug
ID faccgibalfdoihmenknhpfhldkmgaang
Officiell webbadress https://chromewebstore.google.com/detail/tastyplug/faccgibalfdoihmenknhpfhldkmgaang
Beskrivning a plug.dj extension
Filstorlek 78.71 KB
Antal Installationer 3,136
Aktuell Version 3.9.3
Senast Uppdaterad 2016-10-18
Publiceringsdatum 2016-10-18
Betyg 4.43/5 Totalt 217 Betyg
Utvecklare https://tastyplug.tastycat.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://tastyplug.tastycat.org
Stödda Språk 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"
    ]
}