ニコ補助 - Download

ニコニコ動画にダウンロードリンクを作ります。コメントもダウンロードすることが可能です。

What is ニコ補助 - Download?

ニコ補助 - Download is a Chrome extension developed by https://nicogs.net, and its main feature is "ニコニコ動画にダウンロードリンクを作ります。コメントもダウンロードすることが可能です。".

Extension Screenshots

screenshot

Download ニコ補助 - Download Extension CRX File

Download ニコ補助 - 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

                        ----------------------------------
ニコ補助 - Download の機能
ダウンロードリンクの生成
 ・動画
 ・コメント
ファイル名自動設定
 自動でタイトル名で保存します。
----------------------------------

・http://twitter.com/#!/grnweb
・http://com.nicovideo.jp/community/co300695


----------------------------------
2018/11/03 Ver0.2.3
  httpsに対応


2013/02/03 Ver0.2.1 
 コメントダウンロードに対応
 バグ修正


2013/01/20
 Ver0.1 公開










*有償著作物の違法ダウンロードは、刑事罰の対象となりました
http://www.gov-online.go.jp/useful/article/200908/2.html

利用規約:
本アプリをインストールした場合、以下の規約に同意したものとします。
1. 本アプリの使用によって生じた、いかなる損害においても責任を負いません。
2. 本規約は予告なく変更されることがあります。                    

Extension Basic Information

Name ニコ補助 - Download ニコ補助 - Download
ID hhilmijlfhoacmoccpahalnmbjcfahcb
Official URL https://chromewebstore.google.com/detail/%E3%83%8B%E3%82%B3%E8%A3%9C%E5%8A%A9-download/hhilmijlfhoacmoccpahalnmbjcfahcb
Description ニコニコ動画にダウンロードリンクを作ります。コメントもダウンロードすることが可能です。
File Size 217 KB
Installation Count 3,781
Current Version 0.2.3
Last Updated 2018-11-03
Publish Date 2018-11-03
Rating 3.32/5 Total 22 Ratings
Developer https://nicogs.net
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30cb\u30b3\u88dc\u52a9 - Download",
    "version": "0.2.3",
    "description": "\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u306b\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u30ea\u30f3\u30af\u3092\u4f5c\u308a\u307e\u3059\u3002\u30b3\u30e1\u30f3\u30c8\u3082\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059\u3002",
    "manifest_version": 2,
    "background": {
        "page": "html\/background.html"
    },
    "icons": {
        "256": "img\/dl.ico"
    },
    "options_page": "html\/options.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "http:\/\/*.nicovideo.jp\/*",
        "https:\/\/*.nicovideo.jp\/*",
        "http:\/\/*.nicogs.net\/*",
        "http:\/\/test.grn-web.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.nicovideo.jp\/watch\/*",
                "https:\/\/*.nicovideo.jp\/watch\/*"
            ],
            "css": [
                "css\/dl.css"
            ],
            "js": [
                "js\/jquery-1.7.1.min.js",
                "js\/debug.js",
                "js\/dl_contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "minimum_chrome_version": "18",
    "web_accessible_resources": []
}