Picture in Picture

Floating Video for Chrome. Watch video in PiP Mode.

Picture in Picture là gì?

Picture in Picture là một tiện ích mở rộng Chrome được phát triển bởi sovelkinnikita, và tính năng chính của nó là "Floating Video for Chrome. Watch video in PiP Mode.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Picture in Picture

Tải xuống các tệp mở rộng Picture in Picture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Picture in Picture Picture in Picture
ID opimkfaiaekjknodenklcjdeaeedjdkc
URL Chính Thức https://chromewebstore.google.com/detail/picture-in-picture/opimkfaiaekjknodenklcjdeaeedjdkc
Mô tả Floating Video for Chrome. Watch video in PiP Mode.
Kích Thước Tệp 17.1 KB
Số Lần Cài Đặt 844
Phiên Bản Hiện Tại 2.1.7
Cập Nhật Lần Cuối 2021-12-22
Ngày Phát Hành 2021-02-08
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển sovelkinnikita
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}