nicopip

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

Wat is nicopip?

nicopip is een Chrome-extensie ontwikkeld door ru_shalm, en de belangrijkste functie is "【非公式】ニコニコ動画・ニコニコ生放送をPinPで再生します".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie nicopip

Download nicopip-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam nicopip nicopip
ID baeacoakglpckmhkmpgkdgoclgcjpkoc
Officiële URL https://chromewebstore.google.com/detail/nicopip/baeacoakglpckmhkmpgkdgoclgcjpkoc
Beschrijving 【非公式】ニコニコ動画・ニコニコ生放送をPinPで再生します
Bestandsgrootte 45.51 KB
Aantal Installaties 9,454
Huidige Versie 1.4.0
Laatst Bijgewerkt 2022-06-01
Publicatiedatum 2020-04-16
Beoordeling 4.58/5 Totaal 26 Beoordelingen
Ontwikkelaar ru_shalm
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/rutan/nicopip-chrome
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}