Picture-in-Picture with Playback Controls

Picture-in-Picture mode allows you to watch video in a floating window with playback video controls. Floating video extension

Picture-in-Picture with Playback Controlsคืออะไร?

Picture-in-Picture with Playback Controls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://picinpic.net และคุณลักษณะหลักของมันคือ "Picture-in-Picture mode allows you to watch video in a floating window with playback video controls. Floating video extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Picture-in-Picture with Playback Controls

ดาวน์โหลดไฟล์ส่วนขยาย Picture-in-Picture with Playback Controls ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Play video in a floating window with no interruption from work or searching the web. Called picture-in-picture mode creates a fully working video player that will float with you across the browser and always on the top of other windows. 

After clicking the icon selected video is opened outside the browser in a mini player with all functionality of the original player and general playback video controls. Fully customized settings suppose to resize the floating window as much as you want and set it at any place on the screen. 

Picture-in-picture mode supports all video formats and works with popular video hubs like Youtube, Vimeo, Facebook and many others. Floating Video extension equipped with bunch of useful features, such as the following:

- Broad playback controls allow you to manage video files like on the original video player: advanced/ rewind, play/ stop video, etc.
- custom settings concerning window: set it in any place on the screen.
- supports all video formats
- resize floating window for convenient watching 
- play video in a pop-up from all websites including all popular 
- Hotkeys (Keyboard shortcut) function added

Watch video in a window that is always on the top of other websites and opened applications. Keep watching the video while browsing other websites or review sheets and graphics. Opened video will always upper other windows and float from site to site.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Picture-in-Picture with Playback Controls Picture-in-Picture with Playback Controls
ID gpeaojhfeejplchbhmhpcecpfginfnhk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/picture-in-picture-with-p/gpeaojhfeejplchbhmhpcecpfginfnhk
คำอธิบาย Picture-in-Picture mode allows you to watch video in a floating window with playback video controls. Floating video extension
ขนาดไฟล์ 449 KB
จำนวนการติดตั้ง 400,000
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2022-07-05
วันที่เผยแพร่ 2020-12-19
คะแนน 4.59/5 รวมทั้งหมด 396 คะแนน
ผู้พัฒนา http://picinpic.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://picinpic.net/
URL หน้านโยบายความเป็นส่วนตัว https://picinpic.net/privacy
ภาษาที่รองรับ de,en,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.2.2",
    "default_locale": "en",
    "icons": {
        "32": "assets\/32.png",
        "64": "assets\/64.png",
        "128": "assets\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                ".\/js\/content-script.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "js": [
                ".\/js\/content-listener.js"
            ],
            "all_frames": true,
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+P",
                "mac": "Alt+P",
                "chromeos": "Alt+P",
                "linux": "Alt+P"
            }
        }
    },
    "browser_action": {
        "default_title": "__MSG_name__"
    },
    "options_page": ".\/settings.html",
    "content_security_policy": "script-src 'self' https:\/\/www.youtube.com https:\/\/s.ytimg.com 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "",
        "webRequestBlocking",
        "webRequest"
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "minimum_chrome_version": "69.0.3483.0",
    "manifest_version": 2
}