eMAL

Quality-of-life enhancements for MyAnimeList

ما هو eMAL؟

eMAL هو إضافة Chrome تم تطويرها بواسطة atomheartother، والميزة الرئيسية لها هي "Quality-of-life enhancements for MyAnimeList".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة eMAL

قم بتنزيل ملفات الامتداد eMAL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Right now, lets you mass-remove items from your anime list as the interface to do it on the base site is quite clunky.

More information at: https://github.com/atomheartother/eMAL                    

معلومات أساسية عن التمديد

الاسم eMAL eMAL
ID cmeebapejoapfdgioceapbpbgigomoml
عنوان URL الرسمي https://chromewebstore.google.com/detail/emal/cmeebapejoapfdgioceapbpbgigomoml
الوصف Quality-of-life enhancements for MyAnimeList
حجم الملف 10.89 KB
عدد التثبيتات 213
النسخة الحالية 0.2.2
آخر تحديث 2019-03-18
تاريخ النشر 2019-03-18
المطور atomheartother
نوع الدفع free
عنوان صفحة المساعدة https://github.com/atomheartother/eMAL
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eMAL",
    "version": "0.2.2",
    "description": "Quality-of-life enhancements for MyAnimeList",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/myanimelist.net\/*list\/*"
            ],
            "js": [
                "eMAL.js"
            ],
            "css": [
                "eMAL.css"
            ]
        }
    ]
}