eMAL

Quality-of-life enhancements for MyAnimeList

Co to jest eMAL?

eMAL to rozszerzenie Chrome opracowane przez atomheartother, a jego główną funkcją jest „Quality-of-life enhancements for MyAnimeList”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia eMAL

Pobierz pliki rozszerzeń eMAL w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa eMAL eMAL
ID cmeebapejoapfdgioceapbpbgigomoml
Oficjalny URL https://chromewebstore.google.com/detail/emal/cmeebapejoapfdgioceapbpbgigomoml
Opis Quality-of-life enhancements for MyAnimeList
Rozmiar pliku 10.89 KB
Liczba instalacji 213
Aktualna Wersja 0.2.2
Ostatnia Aktualizacja 2019-03-18
Data Publikacji 2019-03-18
Deweloper atomheartother
Typ Płatności free
Adres URL Strony Pomocy https://github.com/atomheartother/eMAL
Obsługiwane Języki 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"
            ]
        }
    ]
}