NiCommonsPlayer

ニコニ・コモンズの音楽素材をリスト再生させます。メニューからオンにするのを忘れずに [twitter: @maruyaki_3]

What is NiCommonsPlayer?

NiCommonsPlayer is a Chrome extension developed by maruyaki3, and its main feature is "ニコニ・コモンズの音楽素材をリスト再生させます。メニューからオンにするのを忘れずに [twitter: @maruyaki_3]".

Extension Screenshots

screenshot

Download NiCommonsPlayer Extension CRX File

Download NiCommonsPlayer 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

                        ニコニ・コモンズの音楽素材をプレイヤー感覚で再生できるようにします。                    

Extension Basic Information

Name NiCommonsPlayer NiCommonsPlayer
ID adjhpkkdmddkcmokklnojdgocpcapoof
Official URL https://chromewebstore.google.com/detail/nicommonsplayer/adjhpkkdmddkcmokklnojdgocpcapoof
Description ニコニ・コモンズの音楽素材をリスト再生させます。メニューからオンにするのを忘れずに [twitter: @maruyaki_3]
File Size 80.17 KB
Installation Count 406
Current Version 1.1.10
Last Updated 2023-10-30
Publish Date 2021-02-02
Rating 4.00/5 Total 1 Ratings
Developer maruyaki3
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NiCommonsPlayer",
    "version": "1.1.10",
    "description": "\u30cb\u30b3\u30cb\u30fb\u30b3\u30e2\u30f3\u30ba\u306e\u97f3\u697d\u7d20\u6750\u3092\u30ea\u30b9\u30c8\u518d\u751f\u3055\u305b\u307e\u3059\u3002\u30e1\u30cb\u30e5\u30fc\u304b\u3089\u30aa\u30f3\u306b\u3059\u308b\u306e\u3092\u5fd8\u308c\u305a\u306b\u3000[twitter: @maruyaki_3]",
    "action": {
        "default_icon": "nico16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "nico16.png",
        "48": "nico48.png",
        "128": "nico128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "bookmarks"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/commons.nicovideo.jp\/search\/*",
                "https:\/\/commons.nicovideo.jp\/search\/*"
            ],
            "js": [
                "jquery.min.js",
                "contents.js"
            ],
            "css": [
                "SimpleMusicPlayer.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/commons.nicovideo.jp\/users\/upload\/*",
                "https:\/\/commons.nicovideo.jp\/users\/upload\/*"
            ],
            "js": [
                "jquery.min.js",
                "contents_user.js"
            ],
            "css": [
                "SimpleMusicPlayer.css"
            ],
            "run_at": "document_end"
        }
    ]
}