TastyPlug
a plug.dj extension
Apa itu TastyPlug?
TastyPlug adalah ekstensi Chrome yang dikembangkan oleh https://tastyplug.tastycat.org, dan fitur utamanya adalah "a plug.dj extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TastyPlug
Unduh file ekstensi TastyPlug dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | TastyPlug |
ID | faccgibalfdoihmenknhpfhldkmgaang |
URL Resmi | https://chromewebstore.google.com/detail/tastyplug/faccgibalfdoihmenknhpfhldkmgaang |
Deskripsi | a plug.dj extension |
Ukuran File | 78.71 KB |
Jumlah Instalasi | 3,136 |
Versi Saat Ini | 3.9.3 |
Terakhir Diperbarui | 2016-10-18 |
Tanggal Publikasi | 2016-10-18 |
Penilaian | 4.43/5 Total 217 Penilaian |
Pengembang | https://tastyplug.tastycat.org |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://tastyplug.tastycat.org |
Bahasa yang Didukung | 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" ] } |