nicopip

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

Qu'est-ce que nicopip ?

nicopip est une extension Chrome développée par ru_shalm, et sa fonction principale est "【非公式】ニコニコ動画・ニコニコ生放送をPinPで再生します".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension nicopip

Téléchargez les fichiers d'extension nicopip au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom nicopip nicopip
ID baeacoakglpckmhkmpgkdgoclgcjpkoc
URL Officiel https://chromewebstore.google.com/detail/nicopip/baeacoakglpckmhkmpgkdgoclgcjpkoc
Description 【非公式】ニコニコ動画・ニコニコ生放送をPinPで再生します
Taille du Fichier 45.51 KB
Nombre d'Installations 9,454
Version Actuelle 1.4.0
Dernière Mise à Jour 2022-06-01
Date de Publication 2020-04-16
Évaluation 4.58/5 Total 26 Évaluations
Développeur ru_shalm
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/rutan/nicopip-chrome
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}