MALfo!

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

MALfo! क्या है?

MALfo! http://www.chrisgregori.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get information from Reddit links to MyAnimeList without even visiting the site!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MALfo! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}