NLN
Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord.
Cos'è NLN?
NLN è un'estensione di Chrome sviluppata da http://slidemovies.ml, e la sua funzione principale è "Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NLN
Scarica i file di estensione NLN in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bopiofafljbbdoaeoabpnjacgijflmkb |
URL Ufficiale | https://chrome.google.com/webstore/detail/nln/bopiofafljbbdoaeoabpnjacgijflmkb |
Descrizione | Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord. |
Dimensione del File | 737 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2022-07-26 |
Data di Pubblicazione | 2022-07-26 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | http://slidemovies.ml |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://slidemovies.ml/nln/ |
URL della Pagina di Aiuto | https://slidemovies.ml/nln/support/ |
Lingue Supportate | 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" } } |