MALfo!

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

MALfo! là gì?

MALfo! là một tiện ích mở rộng Chrome được phát triển bởi http://www.chrisgregori.co.uk, và tính năng chính của nó là "Get information from Reddit links to MyAnimeList without even visiting the site!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MALfo!

Tải xuống các tệp mở rộng MALfo! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MALfo! MALfo!
ID lnehgeipjejfchpiecclhnlgohmhilcc
URL Chính Thức https://chrome.google.com/webstore/detail/malfo/lnehgeipjejfchpiecclhnlgohmhilcc
Mô tả Get information from Reddit links to MyAnimeList without even visiting the site!
Kích Thước Tệp 8.6 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-08-09
Ngày Phát Hành 2014-08-09
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://www.chrisgregori.co.uk
Loại Thanh Toán free
URL Trang Trợ Giúp https://docs.google.com/forms/d/13-bcm77YeIq_55EZ-yP4LdZMPRbq7yB6HIQd8Lmk8qg/viewform?usp=send_form
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}