Anilist Emoji Extension
This extension adds a emoji select box to anilist text areas
ما هو Anilist Emoji Extension؟
Anilist Emoji Extension هو إضافة Chrome تم تطويرها بواسطة guilhermen2k، والميزة الرئيسية لها هي "This extension adds a emoji select box to anilist text areas".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Anilist Emoji Extension
قم بتنزيل ملفات الامتداد Anilist Emoji Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Anillist.co does not support unicode emojis by default, this extension adds an emoji select box to each anilist text areas of every page. Instead of inserting the unicode it adds the parsed html code that anilist undestands
معلومات أساسية عن التمديد
الاسم | Anilist Emoji Extension |
ID | jlcoboibplamhedogfhaeklnebbjakhm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/anilist-emoji-extension/jlcoboibplamhedogfhaeklnebbjakhm |
الوصف | This extension adds a emoji select box to anilist text areas |
حجم الملف | 52.17 KB |
عدد التثبيتات | 21 |
النسخة الحالية | 1.1 |
آخر تحديث | 2023-01-29 |
تاريخ النشر | 2023-01-23 |
المطور | guilhermen2k |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Anilist Emoji Extension", "description": "This extension adds a emoji select box to anilist text areas", "version": "1.1", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "src\/index.js" ], "css": [ "src\/index.css" ], "matches": [ "https:\/\/anilist.co\/*" ] } ] } |