NLN
Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord.
什么是NLN?
NLN是由http://slidemovies.ml开发的Chrome扩展程序,该扩展的主要功能是“Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord.”。
扩展截图
下载NLN扩展crx文件
下载NLN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |