TastyPlug
a plug.dj extension
Τι είναι το TastyPlug;
Το TastyPlug είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tastyplug.tastycat.org, και η κύρια λειτουργία του είναι "a plug.dj extension".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TastyPlug
Λήψη αρχείων επέκτασης TastyPlug σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | TastyPlug |
ID | faccgibalfdoihmenknhpfhldkmgaang |
Επίσημο URL | https://chromewebstore.google.com/detail/tastyplug/faccgibalfdoihmenknhpfhldkmgaang |
Περιγραφή | a plug.dj extension |
Μέγεθος Αρχείου | 78.71 KB |
Αριθμός Εγκαταστάσεων | 3,136 |
Τρέχουσα Έκδοση | 3.9.3 |
Τελευταία Ενημέρωση | 2016-10-18 |
Ημερομηνία Δημοσίευσης | 2016-10-18 |
Αξιολόγηση | 4.43/5 Συνολικά 217 Αξιολογήσεις |
Προγραμματιστής | https://tastyplug.tastycat.org |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://tastyplug.tastycat.org |
Υποστηριζόμενες Γλώσσες | 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" ] } |