eMAL
Quality-of-life enhancements for MyAnimeList
Apa itu eMAL?
eMAL adalah ekstensi Chrome yang dikembangkan oleh atomheartother, dan fitur utamanya adalah "Quality-of-life enhancements for MyAnimeList".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi eMAL
Unduh file ekstensi eMAL dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | eMAL |
ID | cmeebapejoapfdgioceapbpbgigomoml |
URL Resmi | https://chromewebstore.google.com/detail/emal/cmeebapejoapfdgioceapbpbgigomoml |
Deskripsi | Quality-of-life enhancements for MyAnimeList |
Ukuran File | 10.89 KB |
Jumlah Instalasi | 213 |
Versi Saat Ini | 0.2.2 |
Terakhir Diperbarui | 2019-03-18 |
Tanggal Publikasi | 2019-03-18 |
Pengembang | atomheartother |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/atomheartother/eMAL |
Bahasa yang Didukung | 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" ] } ] } |