MAL Extension

An extension for MyAnimeList

MAL Extensionとは何ですか?

MAL ExtensionはUnknownによって開発されたChromeの拡張機能で、その主な機能は「An extension for MyAnimeList」です。

MAL Extension拡張機能のCRXファイルをダウンロード

MAL Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        An extension for the website MyAnimeList.com                    

拡張機能の基本情報

名前 MAL Extension MAL Extension
ID nifokfbehcalbgipmpgackmpgegmpgpn
公式URL https://chromewebstore.google.com/detail/mal-extension/nifokfbehcalbgipmpgackmpgegmpgpn
説明 An extension for MyAnimeList
ファイルサイズ 686 KB
インストール数 51
現在のバージョン 1.1
最終更新日 2017-11-13
公開日 2017-11-13
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MAL Extension",
    "version": "1.1",
    "description": "An extension for MyAnimeList",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/myanimelist.net\/*"
            ],
            "js": [
                "scripts\/library.js",
                "scripts\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/kitsu.io\/*",
        "https:\/\/anidb.net\/*"
    ]
}