niico

ニコニコ動画で動画をザッピングできるプレイヤーが立ち上がるChrome拡張機能。動画リンクをクリックすると起動します。ランキングや検索結果は勿論、コミュニティなどニコニコ動画のサブドメイン下ならどこでも起動します。

What is niico?

niico is a Chrome extension developed by 早寝ハヤオ, and its main feature is "ニコニコ動画で動画をザッピングできるプレイヤーが立ち上がるChrome拡張機能。動画リンクをクリックすると起動します。ランキングや検索結果は勿論、コミュニティなどニコニコ動画のサブドメイン下ならどこでも起動します。".

Extension Screenshots

screenshot
screenshot
screenshot

Download niico Extension CRX File

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

                        <タブプレイヤー>
ページを移動しないで、動画を視聴できます。


<ミニプレイヤー>
サイズ・位置を調整できます


<細かな制御>
プレイヤー右上の歯車から、次の項目を制御できます。
早送り/巻き戻しの秒数や、再生速度、コメントが流れるスピードや透明度、行数・文字サイズなど


<動画を探す>
現在再生中の動画の投稿者が過去投稿した動画や公開マイリスト、あなたのニコレポ、視聴履歴など、
意外と探しに行くのが面倒な動画をすぐに見ることができます。


<niconicoファミリー全体で利用可能>
ニコニコ動画・ニコニコミュニティ・ニコニコチャンネルなど、
niconicoファミリー全体でプレイヤーを起動できます

※範囲は「nicovideo.jp」のサブドメイン
※別窓で開く動画リンクは普通に別窓で開きます
※生放送は非対応


<更に詳しい説明>
https://ch.nicovideo.jp/article/ar1778305


<問い合わせ>
バグの報告、機能要望、その他ご意見等あれば、Twitterやブロマガ、このストアのレビュー等にお願いします。Twitterが反応早いと思います。


<Twitter>
https://twitter.com/suyankovsky


<ブロマガ>
https://ch.nicovideo.jp/suyankovsky                    

Extension Basic Information

Name niico niico
ID bffmccpcnbnapodnocknbfhbibipaibn
Official URL https://chromewebstore.google.com/detail/niico/bffmccpcnbnapodnocknbfhbibipaibn
Description ニコニコ動画で動画をザッピングできるプレイヤーが立ち上がるChrome拡張機能。動画リンクをクリックすると起動します。ランキングや検索結果は勿論、コミュニティなどニコニコ動画のサブドメイン下ならどこでも起動します。
File Size 744 KB
Installation Count 246
Current Version 2.2.1
Last Updated 2019-10-14
Publish Date 2019-10-14
Rating 5.00/5 Total 4 Ratings
Developer 早寝ハヤオ
Email [email protected]
Payment Type free
Extension Website https://ch.nicovideo.jp/suyankovsky
Help Page URL https://twitter.com/suyankovsky
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "niico",
    "version": "2.2.1",
    "description": "\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u3067\u52d5\u753b\u3092\u30b6\u30c3\u30d4\u30f3\u30b0\u3067\u304d\u308b\u30d7\u30ec\u30a4\u30e4\u30fc\u304c\u7acb\u3061\u4e0a\u304c\u308bChrome\u62e1\u5f35\u6a5f\u80fd\u3002\u52d5\u753b\u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u8d77\u52d5\u3057\u307e\u3059\u3002\u30e9\u30f3\u30ad\u30f3\u30b0\u3084\u691c\u7d22\u7d50\u679c\u306f\u52ff\u8ad6\u3001\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u306a\u3069\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u306e\u30b5\u30d6\u30c9\u30e1\u30a4\u30f3\u4e0b\u306a\u3089\u3069\u3053\u3067\u3082\u8d77\u52d5\u3057\u307e\u3059\u3002",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "dist\/img\/icon\/16.png",
        "48": "dist\/img\/icon\/48.png",
        "128": "dist\/img\/icon\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "dist\/img\/icon\/16.png",
            "48": "dist\/img\/icon\/48.png",
            "128": "dist\/img\/icon\/128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.nicovideo.jp\/**"
            ],
            "css": [
                "dist\/style.css"
            ],
            "js": [
                "dist\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "dist\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "*.png"
    ]
}