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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें
crx प्रारूप में YoloGlyphics Discord extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |