TastyPlug
a plug.dj extension
Qu'est-ce que TastyPlug ?
TastyPlug est une extension Chrome développée par https://tastyplug.tastycat.org, et sa fonction principale est "a plug.dj extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TastyPlug
Téléchargez les fichiers d'extension TastyPlug au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | TastyPlug |
ID | faccgibalfdoihmenknhpfhldkmgaang |
URL Officiel | https://chromewebstore.google.com/detail/tastyplug/faccgibalfdoihmenknhpfhldkmgaang |
Description | a plug.dj extension |
Taille du Fichier | 78.71 KB |
Nombre d'Installations | 3,136 |
Version Actuelle | 3.9.3 |
Dernière Mise à Jour | 2016-10-18 |
Date de Publication | 2016-10-18 |
Évaluation | 4.43/5 Total 217 Évaluations |
Développeur | https://tastyplug.tastycat.org |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://tastyplug.tastycat.org |
Langues Prises en Charge | 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" ] } |