Picture in Picture

Watch video always in floating window

Picture in Pictureとは何ですか?

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

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        A very handy extension for watching videos while browsing the web or using other applications is already here. This is Amazing Picture in Picture. Our new product is of high quality and very easy to use. Amazing Picture in Picture works on all desktop platforms. You can be on any page on the Internet and you will have a floating window in which you can watch whatever you want. The Amazing Picture in Picture extension is lightweight. You will be pleasantly surprised when working with our new extension. Therefore, rather install the free Amazing Picture in Picture and enjoy.                    

拡張機能の基本情報

名前 Picture in Picture Picture in Picture
ID gcdmnhmmikclfheenplemamfnjdgajbl
公式URL https://chrome.google.com/webstore/detail/picture-in-picture/gcdmnhmmikclfheenplemamfnjdgajbl
説明 Watch video always in floating window
ファイルサイズ 24.23 KB
インストール数 6,000
現在のバージョン 1.6
最終更新日 2022-01-24
公開日 2021-02-24
評価 3.25/5 合計 12 レビュー
開発者 sokotovartur
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "ghafiople.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "oplituMopasd.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "hjnasmog.png"
    },
    "name": "__MSG_appName__",
    "manifest_version": 2,
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.6",
    "web_accessible_resources": [
        "*.png"
    ]
}