NiCommonsPlayer

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

Wat is NiCommonsPlayer?

NiCommonsPlayer is een Chrome-extensie ontwikkeld door maruyaki3, en de belangrijkste functie is "ニコニ・コモンズの音楽素材をリスト再生させます。メニューからオンにするのを忘れずに [twitter: @maruyaki_3]".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NiCommonsPlayer

Download NiCommonsPlayer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam NiCommonsPlayer NiCommonsPlayer
ID adjhpkkdmddkcmokklnojdgocpcapoof
Officiële URL https://chromewebstore.google.com/detail/nicommonsplayer/adjhpkkdmddkcmokklnojdgocpcapoof
Beschrijving ニコニ・コモンズの音楽素材をリスト再生させます。メニューからオンにするのを忘れずに [twitter: @maruyaki_3]
Bestandsgrootte 80.17 KB
Aantal Installaties 406
Huidige Versie 1.1.10
Laatst Bijgewerkt 2023-10-30
Publicatiedatum 2021-02-02
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar maruyaki3
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}