ニコニコ動画 Light

ニコニコ動画の再生画面を少しだけシンプルにします。

What is ニコニコ動画 Light?

ニコニコ動画 Light is a Chrome extension developed by hogesuke, and its main feature is "ニコニコ動画の再生画面を少しだけシンプルにします。".

Download ニコニコ動画 Light Extension CRX File

Download ニコニコ動画 Light 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

                        ニコニコ動画の再生画面を少しだけシンプルにします。

以下の表示を削除します。
・動画上部のmarqueeテキスト(ニュース等の表示)
・動画下部のオススメ動画一覧                    

Extension Basic Information

Name ニコニコ動画 Light ニコニコ動画 Light
ID mcpofngmigkpophcefhkiofcabbcgjcf
Official URL https://chrome.google.com/webstore/detail/%E3%83%8B%E3%82%B3%E3%83%8B%E3%82%B3%E5%8B%95%E7%94%BB-light/mcpofngmigkpophcefhkiofcabbcgjcf
Description ニコニコ動画の再生画面を少しだけシンプルにします。
File Size 15.37 KB
Installation Count 22
Current Version 0.0.1
Last Updated 2015-05-07
Publish Date 2015-05-07
Developer hogesuke
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30cb\u30b3\u30cb\u30b3\u52d5\u753b Light",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u306e\u518d\u751f\u753b\u9762\u3092\u5c11\u3057\u3060\u3051\u30b7\u30f3\u30d7\u30eb\u306b\u3057\u307e\u3059\u3002",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.nicovideo.jp\/watch\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ]
}