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" ] } |