plugCubed
Adding a new dimension to plug.dj
plugCubedคืออะไร?
plugCubed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thedark1337 และคุณลักษณะหลักของมันคือ "Adding a new dimension to plug.dj"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย plugCubed
ดาวน์โหลดไฟล์ส่วนขยาย plugCubed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
plug³ is a Javascript enhancement that offers; Autowoot, Autojoin, Custom Chat Colors, Toggle AFK status with an Autoresponder, Special Notifications, Enable toggles for turning on/off the Stream, AFK timers in the Userlist, Custom room settings and a lot more! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | cfeomlnnfncblkheeneahgmngbnbiaoi |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/plugcubed/cfeomlnnfncblkheeneahgmngbnbiaoi |
| คำอธิบาย | Adding a new dimension to plug.dj |
| ขนาดไฟล์ | 72.7 KB |
| จำนวนการติดตั้ง | 880 |
| เวอร์ชันปัจจุบัน | 4.4.0.11 |
| อัปเดตครั้งล่าสุด | 2017-12-18 |
| วันที่เผยแพร่ | 2017-12-18 |
| คะแนน | 4.19/5 รวมทั้งหมด 16 คะแนน |
| ผู้พัฒนา | thedark1337 |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://plugcubed.net |
| URL หน้าช่วยเหลือ | https://github.com/plugcubed/plugcubed/issues |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"author": "plug\u00b3 Team",
"name": "plugCubed",
"short_name": "plug\u00b3",
"description": "Adding a new dimension to plug.dj",
"homepage_url": "https:\/\/plugCubed.net",
"version": "4.4.0.11",
"icons": {
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.plug.dj\/*"
],
"js": [
"loader.js"
]
}
],
"permissions": [
"https:\/\/plug.dj\/*"
],
"web_accessible_resources": [
"plugCubed.js"
]
} | |