MALfo!

Get information from Reddit links to MyAnimeList without even visiting the site!

Qu'est-ce que MALfo! ?

MALfo! est une extension Chrome développée par http://www.chrisgregori.co.uk, et sa fonction principale est "Get information from Reddit links to MyAnimeList without even visiting the site!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension MALfo!

Téléchargez les fichiers d'extension MALfo! 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

                        Get information from Reddit links to MyAnimeList without even visiting the site!

Ever frequent /r/Anime or /r/Animesuggest and don't want to follow links just to see what an anime's score, ranking, or popularity is? Well now you don't have to, any MyAnimeList anime page link you see on /r/Anime or /r/Animesuggest will automatically be updated to include the following information:

- Title
- Score
- Popularity
- Members
- Favorites

Please feel free to give reviews and feedback on the type of information you'd like to see appear or the style of the extension!                    

Informations de Base sur l'Extension

Nom MALfo! MALfo!
ID lnehgeipjejfchpiecclhnlgohmhilcc
URL Officiel https://chrome.google.com/webstore/detail/malfo/lnehgeipjejfchpiecclhnlgohmhilcc
Description Get information from Reddit links to MyAnimeList without even visiting the site!
Taille du Fichier 8.6 KB
Nombre d'Installations 10
Version Actuelle 1.0
Dernière Mise à Jour 2014-08-09
Date de Publication 2014-08-09
Évaluation 4.00/5 Total 2 Évaluations
Développeur http://www.chrisgregori.co.uk
Type de Paiement free
URL de la Page d'Aide https://docs.google.com/forms/d/13-bcm77YeIq_55EZ-yP4LdZMPRbq7yB6HIQd8Lmk8qg/viewform?usp=send_form
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MALfo!",
    "description": "Get information from Reddit links to MyAnimeList without even visiting the site!",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/www.myanimelist.net\/*",
        "http:\/\/www.myanimelist.net\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.reddit.com\/r\/Animesuggest\/*",
                "http:\/\/www.reddit.com\/r\/anime\/*",
                "http:\/\/myanimelist.net\/animelist\/*"
            ],
            "css": [
                "malfo.css"
            ],
            "js": [
                "malfo.js"
            ]
        }
    ]
}