TastyPlug
a plug.dj extension
TastyPlug là gì?
TastyPlug là một tiện ích mở rộng Chrome được phát triển bởi https://tastyplug.tastycat.org, và tính năng chính của nó là "a plug.dj extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TastyPlug
Tải xuống các tệp mở rộng TastyPlug dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TastyPlug |
ID | faccgibalfdoihmenknhpfhldkmgaang |
URL Chính Thức | https://chromewebstore.google.com/detail/tastyplug/faccgibalfdoihmenknhpfhldkmgaang |
Mô tả | a plug.dj extension |
Kích Thước Tệp | 78.71 KB |
Số Lần Cài Đặt | 3,136 |
Phiên Bản Hiện Tại | 3.9.3 |
Cập Nhật Lần Cuối | 2016-10-18 |
Ngày Phát Hành | 2016-10-18 |
Đánh Giá | 4.43/5 Tổng số 217 Đánh Giá |
Nhà Phát Triển | https://tastyplug.tastycat.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://tastyplug.tastycat.org |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |