NLN

Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord.

Wat is NLN?

NLN is een Chrome-extensie ontwikkeld door http://slidemovies.ml, en de belangrijkste functie is "Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NLN

Download NLN-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam NLN NLN
ID bopiofafljbbdoaeoabpnjacgijflmkb
Officiële URL https://chrome.google.com/webstore/detail/nln/bopiofafljbbdoaeoabpnjacgijflmkb
Beschrijving Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord.
Bestandsgrootte 737 KB
Aantal Installaties 72
Huidige Versie 1.1
Laatst Bijgewerkt 2022-07-26
Publicatiedatum 2022-07-26
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar http://slidemovies.ml
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://slidemovies.ml/nln/
Help Pagina-URL https://slidemovies.ml/nln/support/
Ondersteunde Talen 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"
    }
}