Floating Player

Watch videos while surfing the web with Picture in Picture (PiP) mode. Floating video player for Web!

Τι είναι το Floating Player;

Το Floating Player είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jamie Foster, και η κύρια λειτουργία του είναι "Watch videos while surfing the web with Picture in Picture (PiP) mode. Floating video player for Web!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Floating Player

Λήψη αρχείων επέκτασης Floating Player σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        🖼️ Enhance your video experience with the Picture-in-Picture Extension (PiP). Play any video in a floating video player mode, available on all platforms. PiP is a popped-out, always-on-top video player that hovers above other windows. Easily reposition it along the screen border while you continue browsing the internet.

🎬 Stream your favorite movies, series, or sports on any tab. Install the Picture in Picture Chrome extension to enable the floating video feature, compatible with every streaming site.

👀 What's the mode, and how can it benefit you? Reposition the video player along the screen border while you continue surfing the internet.

🔍 Allows you to watch videos in a floating window (always on top of other windows), keeping track of your content while interacting with other sites or applications.

🚀 Click on the app icon to display the video player on YouTube or any other websites. The floating window will play the video on all browser pages with a video resource.

🎥 How to play a video in a floating window:

Find the video and play it.
Click the extension icon to minimize the video player on YouTube and other sites.
Choose "Floating Picture in Picture," and you're done.
🔄 A floating video allows you to scroll through your webpage while keeping the video in view.

👉 Click on the Floating Player and Video Control icon to showcase the video player on YouTube or other websites. This window plays the video on all browser pages with a video resource.

📺 Pic-in-pic mode supports all video formats and works with popular video hubs like YouTube and many others.

📝 P.S. YouTube is a trademark of Google Inc. 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.

🤞 We genuinely hope that our Picture Viewer enhances your experience! We eagerly await your feedback, ratings, and suggestions for improving functionality.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Floating Player Floating Player
ID klocnjcenbgkknkhfolodiilhkfgaaai
Επίσημο URL https://chromewebstore.google.com/detail/floating-player/klocnjcenbgkknkhfolodiilhkfgaaai
Περιγραφή Watch videos while surfing the web with Picture in Picture (PiP) mode. Floating video player for Web!
Μέγεθος Αρχείου 66.5 KB
Αριθμός Εγκαταστάσεων 283,112
Τρέχουσα Έκδοση 1.2.4
Τελευταία Ενημέρωση 2024-01-12
Ημερομηνία Δημοσίευσης 2023-01-15
Αξιολόγηση 4.76/5 Συνολικά 92 Αξιολογήσεις
Προγραμματιστής Jamie Foster
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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-PT,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": {
        "service_worker": "javascript\/worker.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png",
            "300": "assets\/icon300.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "javascript\/content.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png",
        "300": "assets\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "short_name": "__MSG_appName__",
    "version": "1.2.4",
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}