nicoRC

ニコニコ動画プレイヤーをあの頃に戻す拡張 by 3846masa

What is nicoRC?

nicoRC is a Chrome extension developed by https://app.mikumiku.moe, and its main feature is "ニコニコ動画プレイヤーをあの頃に戻す拡張 by 3846masa".

Extension Screenshots

screenshot

Download nicoRC Extension CRX File

Download nicoRC 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

                        ニコニコ動画プレイヤーをあの頃に戻す拡張
Website : http://3846masa.web.fc2.com/

0.1.0: 初版
0.1.1: 致命的なバグの修正
0.1.1.2: Flashインストールの通知削除
0.1.1.3: i.nicovideo.jpが使えなくなったことによる微細なバグを修正                    

Extension Basic Information

Name nicoRC nicoRC
ID hbnkckjjmfndajfdkdnkhlkpgjhmnfci
Official URL https://chromewebstore.google.com/detail/nicorc/hbnkckjjmfndajfdkdnkhlkpgjhmnfci
Description ニコニコ動画プレイヤーをあの頃に戻す拡張 by 3846masa
File Size 272 KB
Installation Count 51
Current Version 0.1.1.3
Last Updated 2016-06-05
Publish Date 2016-06-04
Rating 4.67/5 Total 3 Ratings
Developer https://app.mikumiku.moe
Payment Type free
Supported Languages ja
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "comment.css"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "nicoRC.js"
            ],
            "matches": [
                "http:\/\/www.nicovideo.jp\/watch\/sm*",
                "http:\/\/www.nicovideo.jp\/watch\/so*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u30d7\u30ec\u30a4\u30e4\u30fc\u3092\u3042\u306e\u9803\u306b\u623b\u3059\u62e1\u5f35 by 3846masa",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "nicoRC",
    "permissions": [
        "http:\/\/*.nicovideo.jp\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1.3",
    "web_accessible_resources": [
        "img\/*"
    ]
}