eMAL

Quality-of-life enhancements for MyAnimeList

eMAL là gì?

eMAL là một tiện ích mở rộng Chrome được phát triển bởi atomheartother, và tính năng chính của nó là "Quality-of-life enhancements for MyAnimeList".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng eMAL

Tải xuống các tệp mở rộng eMAL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên eMAL eMAL
ID cmeebapejoapfdgioceapbpbgigomoml
URL Chính Thức https://chromewebstore.google.com/detail/emal/cmeebapejoapfdgioceapbpbgigomoml
Mô tả Quality-of-life enhancements for MyAnimeList
Kích Thước Tệp 10.89 KB
Số Lần Cài Đặt 213
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2019-03-18
Ngày Phát Hành 2019-03-18
Nhà Phát Triển atomheartother
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/atomheartother/eMAL
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}