MyAnimeList Searcher

Search Anime on MyAnimeList

What is MyAnimeList Searcher?

MyAnimeList Searcher is a Chrome extension developed by sfinks apps, and its main feature is "Search Anime on MyAnimeList".

Extension Screenshots

screenshot
screenshot

Download MyAnimeList Searcher Extension CRX File

Download MyAnimeList Searcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Highlight and right click on an anime title to quickly search it in MyAnimeList!                    

Extension Basic Information

Name MyAnimeList Searcher MyAnimeList Searcher
ID iajmbllmbjojpoilecapflgebmodnfio
Official URL https://chromewebstore.google.com/detail/myanimelist-searcher/iajmbllmbjojpoilecapflgebmodnfio
Description Search Anime on MyAnimeList
File Size 22.39 KB
Installation Count 626
Current Version 2.0
Last Updated 2014-06-30
Publish Date 2014-06-30
Rating 4.80/5 Total 10 Ratings
Developer sfinks apps
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyAnimeList Searcher",
    "description": "Search Anime on MyAnimeList",
    "version": "2.0",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "search.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_title": "MALSearcher"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}