Float Video

Float Video

What is Float Video?

Float Video is a Chrome extension developed by Rafael Doering, and its main feature is "Float Video".

Extension Screenshots

screenshot

Download Float Video Extension CRX File

Download Float Video 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

                        Float Video                    

Extension Basic Information

Name Float Video Float Video
ID pfknecfibeeepelnehkkfcbiemiknpcf
Official URL https://chrome.google.com/webstore/detail/float-video/pfknecfibeeepelnehkkfcbiemiknpcf
Description Float Video
File Size 38.61 KB
Installation Count 515
Current Version 0.0.1
Last Updated 2019-06-26
Publish Date 2019-06-26
Rating 4.00/5 Total 4 Ratings
Developer Rafael Doering
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Float Video",
    "version": "0.0.1",
    "description": "Float Video",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}