Floating Video Pro

Popup a floating video that can be viewed while you are doing other work on your computer.

Floating Video Pro क्या है?

Floating Video Pro CodeTheBay द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Popup a floating video that can be viewed while you are doing other work on your computer."।

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

screenshot
screenshot

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

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

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

                        Watch videos in  a Floating window.

Click the extension icon while your YouTube, Twitch or any other video is playing and watch it pop up and become a topmost window above any of your other desktop applications, resize it and reposition it how you like.

Click your extensions and pin this extension to make it more accessible.                    

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

नाम Floating Video Pro Floating Video Pro
ID eahphalndmiganhjibpfedaokkcpmjhn
आधिकारिक URL https://chromewebstore.google.com/detail/floating-video-pro/eahphalndmiganhjibpfedaokkcpmjhn
विवरण Popup a floating video that can be viewed while you are doing other work on your computer.
फ़ाइल का आकार 4.79 KB
स्थापना संख्या 1,902
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2021-02-15
प्रकाशन तिथि 2021-02-15
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर CodeTheBay
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Xela101/FloatingVideoPro
सहायता पृष्ठ URL https://github.com/Xela101/FloatingVideoPro
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Floating Video Pro",
    "description": "Popup a floating video that can be viewed while you are doing other work on your computer.",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon-16.png",
        "default_title": "Click to turn video's into a floating windows."
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    }
}