3DX Chat - Profile / Gift Editor Enhancer
Enhance the amazing profile & gift editor by ColinDude
3DX Chat - Profile / Gift Editor Enhancerคืออะไร?
3DX Chat - Profile / Gift Editor Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PixelNini และคุณลักษณะหลักของมันคือ "Enhance the amazing profile & gift editor by ColinDude"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 3DX Chat - Profile / Gift Editor Enhancer
ดาวน์โหลดไฟล์ส่วนขยาย 3DX Chat - Profile / Gift Editor Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enhance the amazing profile & gift editor by ColinDude ( https://status.3dxchat.net/profile-editor ) ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | kfndddjjdnjkpfahoddjnkabbggpjcjl |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/3dx-chat-profile-gift-edi/kfndddjjdnjkpfahoddjnkabbggpjcjl |
| คำอธิบาย | Enhance the amazing profile & gift editor by ColinDude |
| ขนาดไฟล์ | 11.97 KB |
| จำนวนการติดตั้ง | 41 |
| เวอร์ชันปัจจุบัน | 1.1.0 |
| อัปเดตครั้งล่าสุด | 2023-08-03 |
| วันที่เผยแพร่ | 2023-08-02 |
| ผู้พัฒนา | PixelNini |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "3DX Chat - Profile \/ Gift Editor Enhancer",
"description": "Enhance the amazing profile & gift editor by ColinDude",
"version": "1.1.0",
"manifest_version": 3,
"action": {
"default_icon": {
"48": "icon48.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/status.3dxchat.net\/profile-editor"
],
"css": [
"profile-editor.css"
],
"run_at": "document_idle",
"js": [
"profile-editor.js"
]
}
]
} | |