Picture in Picture - PiP View

Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.

Picture in Picture - PiP Viewとは何ですか?

Picture in Picture - PiP ViewはEstebanによって開発されたChromeの拡張機能で、その主な機能は「Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Picture in Picture - PiP View拡張機能のCRXファイルをダウンロード

Picture in Picture - PiP View拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The extension helps to view videos in a separate window                    

拡張機能の基本情報

名前 Picture in Picture - PiP View Picture in Picture - PiP View
ID kmdgomolfojpgnieebblfpmccmkekiae
公式URL https://chromewebstore.google.com/detail/picture-in-picture-pip-vi/kmdgomolfojpgnieebblfpmccmkekiae
説明 Watch videos in a floating PiP window (always on top of other windows) even when tab is switched.
ファイルサイズ 35.19 KB
インストール数 19
現在のバージョン 0.4.1
最終更新日 2022-08-20
公開日 2022-08-20
開発者 Esteban
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://pipviewer.com/privacy.html
プライバシーポリシーページのURL https://pipviewer.com/privacy.html
対応言語 de,en,fr,nl,es,it,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture in Picture - PiP View",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.4.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "inta.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lora.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_title": "Click to open active video in Picture-in-Picture (PiP) mode",
        "default_icon": {
            "16": "pench.png",
            "32": "crua.png",
            "48": "eata.png",
            "64": "gona.png"
        }
    },
    "icons": {
        "16": "rata.png",
        "32": "lesta.png",
        "48": "cerva.png",
        "128": "bibo.png"
    }
}