nicopip
【非公式】ニコニコ動画・ニコニコ生放送をPinPで再生します
Was ist nicopip?
nicopip ist eine Chrome-Erweiterung, die von ru_shalm entwickelt wurde, und ihr Hauptmerkmal ist "【非公式】ニコニコ動画・ニコニコ生放送をPinPで再生します".
Erweiterungsscreenshots
nicopip-Erweiterungs-CRX-Datei herunterladen
Laden Sie nicopip-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
ニコニコ動画およびニコニコ生放送( https://www.nicovideo.jp )の動画をコメント付きでPinP(ピクチャーインピクチャー)表示する非公式拡張機能です。 動画プレイヤーのツールバーに、ピクチャーインピクチャーのボタンを追加します。 <注意> ・コメントを動画に合成する処理が挟まるため、通常の動画再生より処理が重いです
Grundlegende Informationen zur Erweiterung
Name | nicopip |
ID | baeacoakglpckmhkmpgkdgoclgcjpkoc |
Offizielle URL | https://chromewebstore.google.com/detail/nicopip/baeacoakglpckmhkmpgkdgoclgcjpkoc |
Beschreibung | 【非公式】ニコニコ動画・ニコニコ生放送をPinPで再生します |
Dateigröße | 45.51 KB |
Installationsanzahl | 9,454 |
Aktuelle Version | 1.4.0 |
Letztes Update | 2022-06-01 |
Veröffentlichungsdatum | 2020-04-16 |
Bewertung | 4.58/5 Insgesamt 26 Bewertungen |
Entwickler | ru_shalm |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/rutan/nicopip-chrome |
Unterstützte Sprachen | 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\/*" ] } ] } |