NLN
Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord.
Apa itu NLN?
NLN adalah ekstensi Chrome yang dikembangkan oleh http://slidemovies.ml, dan fitur utamanya adalah "Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NLN
Unduh file ekstensi NLN dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | bopiofafljbbdoaeoabpnjacgijflmkb |
URL Resmi | https://chrome.google.com/webstore/detail/nln/bopiofafljbbdoaeoabpnjacgijflmkb |
Deskripsi | Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord. |
Ukuran File | 737 KB |
Jumlah Instalasi | 72 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2022-07-26 |
Tanggal Publikasi | 2022-07-26 |
Penilaian | 4.75/5 Total 4 Penilaian |
Pengembang | http://slidemovies.ml |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://slidemovies.ml/nln/ |
URL Halaman Bantuan | https://slidemovies.ml/nln/support/ |
Bahasa yang Didukung | 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" } } |