Picture in Picture

Floating Video for Chrome. Watch video in PiP Mode.

Picture in Pictureとは何ですか?

Picture in Pictureはsovelkinnikitaによって開発されたChromeの拡張機能で、その主な機能は「Floating Video for Chrome. Watch video in PiP Mode.」です。

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

screenshot

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

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

拡張機能の使用方法

                        A very cool extension Picture in Picture is ready to amaze you. You can watch web videos in a floating window. Or if you are viewing some other pages on the Internet, then you can still view the video at the same time in the floating window. It's very convenient. The Picture in Picture extension is quite multifunctional: it works on all desktop platforms; always on top, resizable floating window. Picture in Picture is easy to use and lightweight. Our new product is the most convenient and comfortable for you. Rather, install Picture in Picture and see for yourself.                    

拡張機能の基本情報

名前 Picture in Picture Picture in Picture
ID opimkfaiaekjknodenklcjdeaeedjdkc
公式URL https://chromewebstore.google.com/detail/picture-in-picture/opimkfaiaekjknodenklcjdeaeedjdkc
説明 Floating Video for Chrome. Watch video in PiP Mode.
ファイルサイズ 17.1 KB
インストール数 844
現在のバージョン 2.1.7
最終更新日 2021-12-22
公開日 2021-02-08
評価 4.00/5 合計 1 レビュー
開発者 sovelkinnikita
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "js\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "128": "media\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "media\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "media\/icon-128.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "permissions": [
        "storage",
        ""
    ],
    "version": "2.1.7",
    "web_accessible_resources": [
        "js\/*.svg"
    ]
}