TastyPlug

a plug.dj extension

Cos'è TastyPlug?

TastyPlug è un'estensione di Chrome sviluppata da https://tastyplug.tastycat.org, e la sua funzione principale è "a plug.dj extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TastyPlug

Scarica i file di estensione TastyPlug in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome TastyPlug TastyPlug
ID faccgibalfdoihmenknhpfhldkmgaang
URL Ufficiale https://chromewebstore.google.com/detail/tastyplug/faccgibalfdoihmenknhpfhldkmgaang
Descrizione a plug.dj extension
Dimensione del File 78.71 KB
Conteggio Installazioni 3,136
Versione Corrente 3.9.3
Ultimo Aggiornamento 2016-10-18
Data di Pubblicazione 2016-10-18
Valutazione 4.43/5 Totale 217 Valutazioni
Sviluppatore https://tastyplug.tastycat.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tastyplug.tastycat.org
Lingue Supportate 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"
    ]
}