CumLoad
Cumcord is a lightweight Discord™ client modification, now in your browser.
CumLoadคืออะไร?
CumLoad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Phorcys และคุณลักษณะหลักของมันคือ "Cumcord is a lightweight Discord™ client modification, now in your browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CumLoad
ดาวน์โหลดไฟล์ส่วนขยาย CumLoad ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cumcord is a Discord client mod that focuses on making the Discord plugin development experience easier. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | pfmlgebacgjbhlbdmlpmjldhkoeohbnl |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cumload/pfmlgebacgjbhlbdmlpmjldhkoeohbnl |
| คำอธิบาย | Cumcord is a lightweight Discord™ client modification, now in your browser. |
| ขนาดไฟล์ | 8.56 KB |
| จำนวนการติดตั้ง | 60 |
| เวอร์ชันปัจจุบัน | 1.2 |
| อัปเดตครั้งล่าสุด | 2022-04-11 |
| วันที่เผยแพร่ | 2022-04-05 |
| คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | Phorcys |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/CumcordLoaders/Chrome |
| URL หน้าช่วยเหลือ | https://github.com/CumcordLoaders/Chrome/issues |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CumLoad",
"version": "1.2",
"author": "Phorcys",
"homepage_url": "https:\/\/github.com\/CumcordLoaders\/Browser",
"description": "Cumcord is a lightweight Discord\u2122 client modification, now in your browser.",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"debugger"
],
"manifest_version": 3,
"host_permissions": [
"https:\/\/*\/*"
],
"background": {
"service_worker": "src\/worker.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.discord.com\/*",
"*:\/\/discord.com\/*"
],
"js": [
"src\/content.js"
],
"run_at": "document_end"
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.discord.com\/*",
"*:\/\/discord.com\/*"
]
}
} | |