ニココメ

ニコニコ動画、コメント抽出&タグ抽出付き検索

What is ニココメ?

ニココメ is a Chrome extension developed by https://nicoco.net, and its main feature is "ニコニコ動画、コメント抽出&タグ抽出付き検索".

Extension Screenshots

screenshot
screenshot

Download ニココメ Extension CRX File

Download ニココメ 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

                        文字やURLを右クリックで、直接ニココメの検索ができます。

ニココメとは→
ニコニコ動画のコメント抽出、タグ抽出付き検索ができるサイトです。
コメント&タグ抽出で、動画内容を視聴前に確認。検索結果もタグ表示付きで安心。
後で見たい動画を履歴に入れておくのも便利。                    

Extension Basic Information

Name ニココメ ニココメ
ID ndegniacbmahecnblemobkeekjpdajlp
Official URL https://chromewebstore.google.com/detail/%E3%83%8B%E3%82%B3%E3%82%B3%E3%83%A1/ndegniacbmahecnblemobkeekjpdajlp
Description ニコニコ動画、コメント抽出&タグ抽出付き検索
File Size 12.62 KB
Installation Count 433
Current Version 1.0.1
Last Updated 2016-02-28
Publish Date 2016-02-27
Rating 5.00/5 Total 2 Ratings
Developer https://nicoco.net
Payment Type free
Extension Website http://nicoco.net/ex
Help Page URL http://ohiramakoto.sblo.jp/article/54133843.html
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u30cb\u30b3\u30b3\u30e1",
    "version": "1.0.1",
    "description": "\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u3001\u30b3\u30e1\u30f3\u30c8\u62bd\u51fa\uff06\u30bf\u30b0\u62bd\u51fa\u4ed8\u304d\u691c\u7d22",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}