eMAL
Quality-of-life enhancements for MyAnimeList
Wat is eMAL?
eMAL is een Chrome-extensie ontwikkeld door atomheartother, en de belangrijkste functie is "Quality-of-life enhancements for MyAnimeList".
Extensie Screenshots
Download het CRX-bestand van de extensie eMAL
Download eMAL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | eMAL |
ID | cmeebapejoapfdgioceapbpbgigomoml |
Officiële URL | https://chromewebstore.google.com/detail/emal/cmeebapejoapfdgioceapbpbgigomoml |
Beschrijving | Quality-of-life enhancements for MyAnimeList |
Bestandsgrootte | 10.89 KB |
Aantal Installaties | 213 |
Huidige Versie | 0.2.2 |
Laatst Bijgewerkt | 2019-03-18 |
Publicatiedatum | 2019-03-18 |
Ontwikkelaar | atomheartother |
Betalingswijze | free |
Help Pagina-URL | https://github.com/atomheartother/eMAL |
Ondersteunde Talen | 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" ] } ] } |