Floating Video Pro

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

What is Floating Video Pro?

Floating Video Pro is a Chrome extension developed by CodeTheBay, and its main feature is "Popup a floating video that can be viewed while you are doing other work on your computer.".

Extension Screenshots

screenshot
screenshot

Download Floating Video Pro Extension CRX File

Download Floating Video Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Floating Video Pro Floating Video Pro
ID eahphalndmiganhjibpfedaokkcpmjhn
Official URL https://chromewebstore.google.com/detail/floating-video-pro/eahphalndmiganhjibpfedaokkcpmjhn
Description Popup a floating video that can be viewed while you are doing other work on your computer.
File Size 4.79 KB
Installation Count 1,902
Current Version 0.0.0.1
Last Updated 2021-02-15
Publish Date 2021-02-15
Rating 4.33/5 Total 3 Ratings
Developer CodeTheBay
Email [email protected]
Payment Type free
Extension Website https://github.com/Xela101/FloatingVideoPro
Help Page URL https://github.com/Xela101/FloatingVideoPro
Supported Languages 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"
    }
}