TastyPlug
a plug.dj extension
Wat is TastyPlug?
TastyPlug is een Chrome-extensie ontwikkeld door https://tastyplug.tastycat.org, en de belangrijkste functie is "a plug.dj extension".
Extensie Screenshots
Download het CRX-bestand van de extensie TastyPlug
Download TastyPlug-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | TastyPlug |
ID | faccgibalfdoihmenknhpfhldkmgaang |
Officiële URL | https://chromewebstore.google.com/detail/tastyplug/faccgibalfdoihmenknhpfhldkmgaang |
Beschrijving | a plug.dj extension |
Bestandsgrootte | 78.71 KB |
Aantal Installaties | 3,136 |
Huidige Versie | 3.9.3 |
Laatst Bijgewerkt | 2016-10-18 |
Publicatiedatum | 2016-10-18 |
Beoordeling | 4.43/5 Totaal 217 Beoordelingen |
Ontwikkelaar | https://tastyplug.tastycat.org |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://tastyplug.tastycat.org |
Ondersteunde Talen | 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" ] } |