BetterMAL

Let's make MAL a better site.

Qu'est-ce que BetterMAL ?

BetterMAL est une extension Chrome développée par sasalx, et sa fonction principale est "Let's make MAL a better site.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BetterMAL

Téléchargez les fichiers d'extension BetterMAL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Once upon a time there was a site called MAL. It was a good site but their "dev team" never updated the site. It looks like from 2007. I thought like "Well I can fix things".

Here we are...

Quick Edit, Quick Reply, Create New Topic and Profile Edit now have BBCode buttons. 
Quick Reply and Profile Edit have live preview now. That means you can see what you wrote live rather than clicking a button and wait for the refresh. 
Macros added for Quick Reply. The prefix is !! . Then you have to press macro button. 
New extension settings page.
New "To Bottom" button. For people like me. You don't need to scroll that 30 comments now.
You can see the id of users in their info table.

For more info you can visit here: https://myanimelist.net/forum/?topicid=1704187

Status: 1.1.0                    

Informations de Base sur l'Extension

Nom BetterMAL BetterMAL
ID ndmifonolbcfhcdfciaokiflklhjpifh
URL Officiel https://chromewebstore.google.com/detail/bettermal/ndmifonolbcfhcdfciaokiflklhjpifh
Description Let's make MAL a better site.
Taille du Fichier 28.25 KB
Nombre d'Installations 102
Version Actuelle 1.1.0
Dernière Mise à Jour 2019-10-11
Date de Publication 2019-10-11
Évaluation 4.00/5 Total 2 Évaluations
Développeur sasalx
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BetterMAL",
    "version": "1.1.0",
    "description": "Let's make MAL a better site.",
    "icons": {
        "128": ".\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": ".\/icons\/icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/myanimelist.net\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/myanimelist.net\/*",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}