Floating Video Player for Youtube™ Videos

Picture-in-Picture watch in a floating window of Youtube™ videos.

Floating Video Player for Youtube™ Videos क्या है?

Floating Video Player for Youtube™ Videos Cool Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Picture-in-Picture watch in a floating window of Youtube™ videos."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Floating Video Player for Youtube™ Videos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Floating Video Player for Youtube™ Videos allows you to watch videos while browsing the web with Picture-in-Picture mode.
Watch videos in a floating window while browsing other sites and applications with our software extension.

Features:
- Resume watching from the last stopped position
- Videos are always on top
- Supports Youtube playlist

How to use the extension:
Open the video on the video site and start playing the video
Click the extension icon and activate floating mode. A miniplayer appears and you can continue watching the video.
Please note that the original tab with the video stream should remain open while you browse the Internet.

We are not affiliated with YouTube or an official extension.
This extension is independently developed for use with Youtube
YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

एक्सटेंशन की मूल जानकारी

नाम Floating Video Player for Youtube™ Videos Floating Video Player for Youtube™ Videos
ID ojifdhbgdcomkadeelhedgbcldnbmbfd
आधिकारिक URL https://chromewebstore.google.com/detail/floating-video-player-for/ojifdhbgdcomkadeelhedgbcldnbmbfd
विवरण Picture-in-Picture watch in a floating window of Youtube™ videos.
फ़ाइल का आकार 211 KB
स्थापना संख्या 8,000
वर्तमान संस्करण 3.1.2
अंतिम अपडेट 2023-06-06
प्रकाशन तिथि 2020-04-21
रेटिंग 4.48/5 कुल 114 रेटिंग्स
डेवलपर Cool Apps
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://audio-editor.freeonlineapps.net/privacy-policy
समर्थित भाषाएँ id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "3.1.2",
    "default_locale": "en",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "24": "icons\/icon-24.png",
            "32": "icons\/icon-32.png"
        },
        "default_popup": "\/ui\/popup.html",
        "default_title": "__MSG_application_title__"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/inject.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "homepage_url": "https:\/\/floating-youtube.freeonlineapps.net\/"
}