TastyPlug

a plug.dj extension

Was ist TastyPlug?

TastyPlug ist eine Chrome-Erweiterung, die von https://tastyplug.tastycat.org entwickelt wurde, und ihr Hauptmerkmal ist "a plug.dj extension".

Erweiterungsscreenshots

screenshot

TastyPlug-Erweiterungs-CRX-Datei herunterladen

Laden Sie TastyPlug-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name TastyPlug TastyPlug
ID faccgibalfdoihmenknhpfhldkmgaang
Offizielle URL https://chromewebstore.google.com/detail/tastyplug/faccgibalfdoihmenknhpfhldkmgaang
Beschreibung a plug.dj extension
Dateigröße 78.71 KB
Installationsanzahl 3,136
Aktuelle Version 3.9.3
Letztes Update 2016-10-18
Veröffentlichungsdatum 2016-10-18
Bewertung 4.43/5 Insgesamt 217 Bewertungen
Entwickler https://tastyplug.tastycat.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://tastyplug.tastycat.org
Unterstützte Sprachen 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"
    ]
}