YoloGlyphics Discord extension
Draw custom Emotes/Emoji and share them with friends on Discord! It's super fast and easy to use. If you're not good at drawing,…
YoloGlyphics Discord extensionคืออะไร?
YoloGlyphics Discord extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://yologlyphics.com และคุณลักษณะหลักของมันคือ "Draw custom Emotes/Emoji and share them with friends on Discord! It's super fast and easy to use. If you're not good at drawing,…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YoloGlyphics Discord extension
ดาวน์โหลดไฟล์ส่วนขยาย YoloGlyphics Discord extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Draw custom Emotes/Emoji and share them with friends on Discord! It's super fast and easy to use. If you're not good at drawing, don't worry! You can search our library of Emotes too, and use those instead. Your friends will be envious of your awesome superpowers!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pohnhkfeokmgfnnllomdcpadgcjdohnd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/yologlyphics-discord-exte/pohnhkfeokmgfnnllomdcpadgcjdohnd |
คำอธิบาย | Draw custom Emotes/Emoji and share them with friends on Discord! It's super fast and easy to use. If you're not good at drawing,… |
ขนาดไฟล์ | 695 KB |
จำนวนการติดตั้ง | 74 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2020-07-06 |
วันที่เผยแพร่ | 2019-12-09 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://yologlyphics.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YoloGlyphics Discord extension", "description": "", "version": "1.1.1", "browser_action": { "default_popup": "options\/options.html", "default_icon": { "38": "icons\/to_38.png", "19": "icons\/to_19.png" } }, "options_page": "options\/options.html", "icons": { "16": "icons\/to_16.png", "48": "icons\/to_48.png", "128": "icons\/to_128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "tabs", "*:\/\/discord.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/discord.com\/*" ], "js": [ "contentscript.js" ], "css": [], "run_at": "document_end" } ], "web_accessible_resources": [ "options.html", "inject.js" ] } |