NLN
Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord.
NLNคืออะไร?
NLN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://slidemovies.ml และคุณลักษณะหลักของมันคือ "Not Like Nitro - Save emojis from Discord servers and use them anywhere on discord."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NLN
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |