minimal extension to send custom emoji (not in-line)
-
saves emoji markdown using chrome storage.sync
-
when emoji markdown is typed in the textbox, it is replaced with its img url if you've clicked "steal" for it before; for example, typing
:skullcry:
(see img above) would replace ur current input with a modified url, and visually replace the url with the image as well note: the visual preview in the text box has been temporarily disabled but sending the link itself should work fine too -
because discord doesn't support inline image embeds for users, you can only use one emoji per line, so send it in a separate text message
-
download build-archive.zip and extract the build folder present inside the archive (clicking this link downloads the zip file)
-
visit chrome://extensions/ via the addressbar
- enable Developer Mode via the topbar
- select "Load unpacked"
- select the build folder you extracted in step 1
- plugin should be installed, refresh Chrome tabs where you need to use this
Note: it is trivial to imitate this plugin's functionality yourself -- all this plugin does is provide some degree of automation 🙂