NicoNico Mylist Search

マイリスト内の検索を便利にします。プレミアム会員、マイリスト数が多く、整理が面倒な人にオススメ!

What is NicoNico Mylist Search?

NicoNico Mylist Search is a Chrome extension developed by yuj.terazawa, and its main feature is "マイリスト内の検索を便利にします。プレミアム会員、マイリスト数が多く、整理が面倒な人にオススメ!".

Extension Screenshots

screenshot
screenshot

Download NicoNico Mylist Search Extension CRX File

Download NicoNico Mylist Search 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 NicoNico Mylist Search NicoNico Mylist Search
ID obegjhaoegoeellhbpcdegbeimipddma
Official URL https://chromewebstore.google.com/detail/niconico-mylist-search/obegjhaoegoeellhbpcdegbeimipddma
Description マイリスト内の検索を便利にします。プレミアム会員、マイリスト数が多く、整理が面倒な人にオススメ!
File Size 467 KB
Installation Count 20
Current Version 0.1.0
Last Updated 2016-03-16
Publish Date 2016-03-16
Rating 5.00/5 Total 1 Ratings
Developer yuj.terazawa
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NicoNico Mylist Search",
    "short_name": "\u30de\u30a4\u30ea\u30b9\u30b5\u30fc\u30c1",
    "description": "\u30de\u30a4\u30ea\u30b9\u30c8\u5185\u306e\u691c\u7d22\u3092\u4fbf\u5229\u306b\u3057\u307e\u3059\u3002\u30d7\u30ec\u30df\u30a2\u30e0\u4f1a\u54e1\u3001\u30de\u30a4\u30ea\u30b9\u30c8\u6570\u304c\u591a\u304f\u3001\u6574\u7406\u304c\u9762\u5012\u306a\u4eba\u306b\u30aa\u30b9\u30b9\u30e1\uff01",
    "version": "0.1.0",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png"
    },
    "web_accessible_resources": [
        "build\/bundle.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.nicovideo.jp\/my\/mylist\/*"
            ],
            "js": [
                ".\/build\/loader.js"
            ],
            "run_at": "document_end"
        }
    ]
}