NLN
Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord.
What is NLN?
NLN is a Chrome extension developed by http://slidemovies.ml, and its main feature is "Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord.".
Extension Screenshots
Download NLN Extension CRX File
Download NLN extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
With "Not Like Nitro", you can click on emojis (on Discord) to save them to your emoji library. When you want to send an emoji, just click on it (inside your emoji library), and paste it anywhere on Discord.
Extension Basic Information
Name | |
ID | bopiofafljbbdoaeoabpnjacgijflmkb |
Official URL | https://chrome.google.com/webstore/detail/nln/bopiofafljbbdoaeoabpnjacgijflmkb |
Description | Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord. |
File Size | 737 KB |
Installation Count | 72 |
Current Version | 1.1 |
Last Updated | 2022-07-26 |
Publish Date | 2022-07-26 |
Rating | 4.75/5 Total 4 Ratings |
Developer | http://slidemovies.ml |
[email protected] | |
Payment Type | free |
Extension Website | https://slidemovies.ml/nln/ |
Help Page URL | https://slidemovies.ml/nln/support/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NLN", "description": "Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord.", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/discord.com\/" ], "web_accessible_resources": [ { "resources": [ "send.html" ], "matches": [ "https:\/\/discord.com\/*" ] } ], "action": { "default_popup": "popup.html", "default_icon": "icon.png" } } |