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是由http://yologlyphics.com開發的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,…”。
擴展截圖
下載YoloGlyphics Discord extension擴展crx文件
下載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 |
官方網址 | 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" ] } |