MALfo!

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

什么是MALfo!?

MALfo!是由http://www.chrisgregori.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Get information from Reddit links to MyAnimeList without even visiting the site!”。

扩展截图

screenshot
screenshot

下载MALfo!扩展crx文件

下载MALfo!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 MALfo! MALfo!
ID lnehgeipjejfchpiecclhnlgohmhilcc
官方URL https://chrome.google.com/webstore/detail/malfo/lnehgeipjejfchpiecclhnlgohmhilcc
简介 Get information from Reddit links to MyAnimeList without even visiting the site!
文件大小 8.6 KB
安装次数 10
当前版本 1.0
更新时间 2014-08-09
上架时间 2014-08-09
评分 4.00/5 共2次评分
开发者 http://www.chrisgregori.co.uk
付费类型 free
帮助页面URL https://docs.google.com/forms/d/13-bcm77YeIq_55EZ-yP4LdZMPRbq7yB6HIQd8Lmk8qg/viewform?usp=send_form
支持的语言 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"
            ]
        }
    ]
}