Picture in Picture Everywhere

Continue watching your videos with a top floating player while interacting with different windows at your computer

Picture in Picture Everywhereคืออะไร?

Picture in Picture Everywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SearchNplay และคุณลักษณะหลักของมันคือ "Continue watching your videos with a top floating player while interacting with different windows at your computer"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Picture in Picture Everywhere

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

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

                        “Picture in Picture Everywhere” Chrome extension provides you with a popped-out video player    that floats on top of other windows.

“Picture in Picture Everywhere” allows you to drag and resize the player for your convenience.

Supports all popular streaming and video sites (Youtube, Netflix, Facebook..).

How to use:

Option 1:
1. Play the video you want to watch
2. Click the extension’s icon
3. Select the video you want to play in a floating mode

Option 2:
1. Play the video you want to watch
2. Click the floating “PICTURE IN PICTURE” button 

**Please note that the original tab with the video stream should remain open**

More Features:
- List of all available videos in the site
- Supports Youtube’s playlist
- Videos detection Badge, presents the number of the available videos at the current site

How to uninstall the extension?
1. Go to Chrome browser Settings
2. Find Extensions on the left-hand side
3.  the extension you want to remove in the extension list
4. Simply click the Remove button to uninstall it from your Chrome browser

Terms of Use
https://eula.searchnplay.net

Privacy Policy
https://privacy.searchnplay.net

Help
https://help.searchnplay.net

More questions? Feel free to contact us at:
https://contact.searchnplay.net                    

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

ชื่อ Picture in Picture Everywhere Picture in Picture Everywhere
ID nkhogfcnhgccnigkfnkmdpmcoehofabn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/picture-in-picture-everyw/nkhogfcnhgccnigkfnkmdpmcoehofabn
คำอธิบาย Continue watching your videos with a top floating player while interacting with different windows at your computer
ขนาดไฟล์ 344 KB
จำนวนการติดตั้ง 1,648
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-05-25
วันที่เผยแพร่ 2020-05-24
คะแนน 3.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา SearchNplay
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://privacy.searchnplay.net
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.0",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Picture in Picture Everywhere",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content-all-frames.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "img\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "webNavigation"
    ]
}