ニコニコ動画プレイヤー拡張

ニコニコ動画のHTML5プレイヤーを拡張します

What is ニコニコ動画プレイヤー拡張?

ニコニコ動画プレイヤー拡張 is a Chrome extension developed by dreams.come.true.about, and its main feature is "ニコニコ動画のHTML5プレイヤーを拡張します".

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

                        ニコニコ動画のHTML5プレイヤーを拡張します。

機能
- プレイヤーの画面をクリックで再生、停止ができる
- プレイヤーの画面をダブルクリックで全画面、全画面解除ができる

バグ、要望などあれば
https://github.com/abouthiroppy/niconico-player-extension のissueか
https://twitter.com/about_hiroppy へ連絡ください。                    

Extension Basic Information

Name ニコニコ動画プレイヤー拡張 ニコニコ動画プレイヤー拡張
ID kobcldeliokeamhdjfpccahclhkafnme
Official URL https://chromewebstore.google.com/detail/%E3%83%8B%E3%82%B3%E3%83%8B%E3%82%B3%E5%8B%95%E7%94%BB%E3%83%97%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%E6%8B%A1%E5%BC%B5/kobcldeliokeamhdjfpccahclhkafnme
Description ニコニコ動画のHTML5プレイヤーを拡張します
File Size 3.79 KB
Installation Count 306
Current Version 1.0
Last Updated 2016-11-26
Publish Date 2016-11-26
Developer dreams.come.true.about
Payment Type free
Extension Website https://github.com/abouthiroppy/niconico-player-extension
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u30d7\u30ec\u30a4\u30e4\u30fc\u62e1\u5f35",
    "version": "1.0",
    "description": "\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u306eHTML5\u30d7\u30ec\u30a4\u30e4\u30fc\u3092\u62e1\u5f35\u3057\u307e\u3059",
    "browser_action": [],
    "permissions": [],
    "icons": [],
    "homepage_url": "https:\/\/github.com\/abouthiroppy\/niconico-player-extension",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.nicovideo.jp\/watch\/*"
            ],
            "js": [
                ".\/index.js"
            ],
            "run_at": "document_end"
        }
    ]
}