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 |
Eメール | [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" } } |