Picture-in-Picture

Watch video using Picture-in-Picture

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

Picture-in-Pictureはparnagroupsによって開発されたChromeの拡張機能で、その主な機能は「Watch video using Picture-in-Picture」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Update Version 1.2
 - Fixed Picture In Picture for Facebook "Watch".
 - Add feature save link website and manage facebook video saved.

Watch video using Picture-in-Picture
This extension will enable Chrome's picture-in-picture feature allowing you to minimize playing video to the corner of the screen and have it float on top of other tabs so you can continue watching while you browse the internet.

The following flags MUST be enabled in chrome://flags for this extension to work:
chrome://flags/#enable-experimental-web-platform-features.
chrome://flags/#enable-surfaces-for-videos.
chrome://flags/#enable-picture-in-picture.                    

拡張機能の基本情報

名前 Picture-in-Picture Picture-in-Picture
ID bpjkjejdannjfahgbahegaendgjgnpci
公式URL https://chromewebstore.google.com/detail/picture-in-picture/bpjkjejdannjfahgbahegaendgjgnpci
説明 Watch video using Picture-in-Picture
ファイルサイズ 359 KB
インストール数 42,371
現在のバージョン 1.4
最終更新日 2023-11-23
公開日 2018-09-05
評価 4.27/5 合計 44 レビュー
開発者 parnagroups
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/privacy-policy-boost/home
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "19": "logo.png",
            "38": "logo.png"
        }
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.52ffd847.7b06bc56.js"
            ],
            "allFrames": true,
            "matches": [
                ""
            ],
            "css": [
                "assets\/index.ts.ae92ac30.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*"
    ],
    "manifest_version": 3,
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "declarativeNetRequest"
    ],
    "name": "Picture-in-Picture",
    "version": "1.4",
    "description": "Watch video using Picture-in-Picture",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "src\/content-script\/actionPictureInPicture.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index.ts.52ffd847.js"
            ],
            "use_dynamic_url": true
        }
    ]
}