Floating Video Player

Enjoy web surfing with Picture-in-Picture (PiP) mode. Embrace the convenience of a floating video player for the web!

Floating Video Player là gì?

Floating Video Player là một tiện ích mở rộng Chrome được phát triển bởi Sylvia Stair, và tính năng chính của nó là "Enjoy web surfing with Picture-in-Picture (PiP) mode. Embrace the convenience of a floating video player for the web!".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Floating Video Player 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

                        🎬 Picture-in-Picture Extension (PiP): Elevate Your Video Experience 🌐

Enjoy a seamless video experience with Picture-in-Picture Extension (PiP). This innovative feature allows you to play any video in a floating video player mode, accessible across all platforms. The PiP feature presents a popped-out, always-on-top video player, effortlessly floating above other windows. Conveniently reposition it along the screen border while you explore the vastness of the internet.

🎥 Stream Your Favorites Anywhere, Anytime!

Now, you can stream your favorite movies, series, or sports on any tab with the Picture in Picture Chrome extension. Enable the floating video player and experience this feature on every streaming site, making your entertainment accessible with just a click.

🌟 Enhanced Viewing Flexibility

Watch videos in a floating window that stays on top of other windows, ensuring you never miss a moment while interacting with other sites or applications. Reposition the floating player along the screen border while you continue your internet surfing.

📱 How It Works:

1️⃣ Find the video and play it.
2️⃣ Click the extension icon to minimize the video player on YouTube and other sites.
3️⃣ Choose "Floating Picture in Picture," and you're ready to go!

🔄 Easy Video Navigation

A floating video enables seamless scrolling through webpages while keeping your video in view. Simply click on the Floating Player and Video Control icon to display the video player on YouTube or any other websites, playing the video on all pages of the browser with video resources.

🎉 Features:

✅ Supports all video formats
✅ Compatible with popular video hubs like YouTube and more

🚨 Important Note:

YouTube is a trademark of Google Inc., and the use of this trademark is subject to Google permissions. The floating image mode in Picture mode for YouTube is not created, associated with, or supported by Google Inc.

🙏 Your Feedback Matters!

We sincerely hope that our Picture Viewer enhances your viewing experience. Share your feedback, ratings, and suggestions for improving functionality. We appreciate your support!                    

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

Tên Floating Video Player Floating Video Player
ID aeilijiaejfdnbagnpannhdoaljpkbhe
URL Chính Thức https://chromewebstore.google.com/detail/floating-video-player/aeilijiaejfdnbagnpannhdoaljpkbhe
Mô tả Enjoy web surfing with Picture-in-Picture (PiP) mode. Embrace the convenience of a floating video player for the web!
Kích Thước Tệp 56.48 KB
Số Lần Cài Đặt 553,055
Phiên Bản Hiện Tại 1.4.10
Cập Nhật Lần Cuối 2023-12-02
Ngày Phát Hành 2021-11-01
Đánh Giá 4.57/5 Tổng số 241 Đánh Giá
Nhà Phát Triển Sylvia Stair
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "scripts\/bg.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png",
            "300": "images\/icon300.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "300": "images\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "55.0",
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        ""
    ],
    "short_name": "__MSG_appName__",
    "version": "1.4.10",
    "web_accessible_resources": [
        "\/badge_icons\/*"
    ]
}