NLN
Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord.
NLN क्या है?
NLN http://slidemovies.ml द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NLN एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bopiofafljbbdoaeoabpnjacgijflmkb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/nln/bopiofafljbbdoaeoabpnjacgijflmkb |
विवरण | Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord. |
फ़ाइल का आकार | 737 KB |
स्थापना संख्या | 72 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2022-07-26 |
प्रकाशन तिथि | 2022-07-26 |
रेटिंग | 4.75/5 कुल 4 रेटिंग्स |
डेवलपर | http://slidemovies.ml |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://slidemovies.ml/nln/ |
सहायता पृष्ठ URL | https://slidemovies.ml/nln/support/ |
समर्थित भाषाएँ | 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" } } |