ニコ補助 - CA

ニコニコ動画用コメント補助スクリプト

What is ニコ補助 - CA?

ニコ補助 - CA is a Chrome extension developed by http://nicogs.net, and its main feature is "ニコニコ動画用コメント補助スクリプト".

Extension Screenshots

screenshot

Download ニコ補助 - CA Extension CRX File

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

                        Ver 0.0.2
・動画からタグ検索する場合に補助スクリプトがじゃまになる不具合修正

Ver 0.0.1
・公開                    

Extension Basic Information

Name ニコ補助 - CA ニコ補助 - CA
ID pighfndlhidmcjkejiobfkcjlcjplflf
Official URL https://chrome.google.com/webstore/detail/%E3%83%8B%E3%82%B3%E8%A3%9C%E5%8A%A9-ca/pighfndlhidmcjkejiobfkcjlcjplflf
Description ニコニコ動画用コメント補助スクリプト
File Size 142 KB
Installation Count 165
Current Version 0.0.2
Last Updated 2016-08-27
Publish Date 2016-08-27
Rating 3.75/5 Total 4 Ratings
Developer http://nicogs.net
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30cb\u30b3\u88dc\u52a9 - CA",
    "version": "0.0.2",
    "description": "\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u7528\u30b3\u30e1\u30f3\u30c8\u88dc\u52a9\u30b9\u30af\u30ea\u30d7\u30c8",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "icons": {
        "128": ".\/img\/ca128.png"
    },
    "permissions": [
        "webRequest",
        "notifications",
        "webRequestBlocking",
        "tabs",
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "*:\/\/*.nicovideo.jp\/*",
        "http:\/\/*.nicogs.net\/*",
        "background",
        "management"
    ],
    "content_security_policy": "default-src 'self'; connect-src 'self' http:\/\/icon.nimg.jp\/ http:\/\/com.nicovideo.jp\/ http:\/\/ch.nicovideo.jp\/ ; object-src 'self'; script-src 'self' https:\/\/www.google-analytics.com\/ https:\/\/ssl.google-analytics.com\/; style-src 'self' 'unsafe-inline' ; img-src 'self' data: http:\/\/nicogs.net\/ http:\/\/icon.nimg.jp\/ http:\/\/www.google-analytics.com\/; media-src 'self' data: ; frame-src 'self' ",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.nicovideo.jp\/watch\/*"
            ],
            "css": [
                "\/css\/nh.ca.bootstrap.css",
                "\/css\/nh.ca.content.css"
            ],
            "js": [
                "\/js\/lib\/jquery-1.10.2.min.js",
                "\/js\/nh.ca.bootstrap.js",
                "\/js\/nh.ca.libs.js",
                "\/js\/nh.ca.contentscript.js",
                "\/js\/jquery.exresize-latest.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "minimum_chrome_version": "30",
    "web_accessible_resources": [
        "img\/colorpicker\/colorpicker_background.png",
        "img\/colorpicker\/colorpicker_overlay.png",
        "img\/colorpicker\/colorpicker_select.gif",
        "img\/colorpicker\/colorpicker_indic.gif",
        "img\/colorpicker\/colorpicker_hex.png",
        "img\/colorpicker\/colorpicker_rgb_r.png",
        "img\/colorpicker\/colorpicker_rgb_g.png",
        "img\/colorpicker\/colorpicker_rgb_b.png",
        "img\/colorpicker\/colorpicker_hsb_h.png",
        "img\/colorpicker\/colorpicker_hsb_s.png",
        "img\/colorpicker\/colorpicker_hsb_b.png",
        "img\/colorpicker\/colorpicker_submit.png",
        "\/js\/nh.ca.cmds.js",
        "\/js\/nh.ca.libs.js"
    ]
}