nicopip

【非公式】ニコニコ動画・ニコニコ生放送をPinPで再生します

What is nicopip?

nicopip is a Chrome extension developed by ru_shalm, and its main feature is "【非公式】ニコニコ動画・ニコニコ生放送をPinPで再生します".

Extension Screenshots

screenshot
screenshot

Download nicopip Extension CRX File

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

                        ニコニコ動画およびニコニコ生放送( https://www.nicovideo.jp )の動画をコメント付きでPinP(ピクチャーインピクチャー)表示する非公式拡張機能です。
動画プレイヤーのツールバーに、ピクチャーインピクチャーのボタンを追加します。

<注意>
・コメントを動画に合成する処理が挟まるため、通常の動画再生より処理が重いです                    

Extension Basic Information

Name nicopip nicopip
ID baeacoakglpckmhkmpgkdgoclgcjpkoc
Official URL https://chromewebstore.google.com/detail/nicopip/baeacoakglpckmhkmpgkdgoclgcjpkoc
Description 【非公式】ニコニコ動画・ニコニコ生放送をPinPで再生します
File Size 45.51 KB
Installation Count 9,454
Current Version 1.4.0
Last Updated 2022-06-01
Publish Date 2020-04-16
Rating 4.58/5 Total 26 Ratings
Developer ru_shalm
Email [email protected]
Payment Type free
Extension Website https://github.com/rutan/nicopip-chrome
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "nicopip",
    "version": "1.4.0",
    "description": "\u3010\u975e\u516c\u5f0f\u3011\u30cb\u30b3\u30cb\u30b3\u52d5\u753b\u30fb\u30cb\u30b3\u30cb\u30b3\u751f\u653e\u9001\u3092PinP\u3067\u518d\u751f\u3057\u307e\u3059",
    "icons": {
        "16": "img\/16.png",
        "24": "img\/24.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png",
        "256": "img\/256.png",
        "512": "img\/512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nicovideo.jp\/watch\/*",
                "https:\/\/live.nicovideo.jp\/watch\/*",
                "https:\/\/live2.nicovideo.jp\/watch\/*"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inject.js"
            ],
            "matches": [
                "https:\/\/www.nicovideo.jp\/*",
                "https:\/\/live.nicovideo.jp\/*",
                "https:\/\/live2.nicovideo.jp\/*"
            ]
        }
    ]
}