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开发的Chrome扩展程序,该扩展的主要功能是“Popup a floating video that can be viewed while you are doing other work on your computer.”。

扩展截图

screenshot
screenshot

下载Floating Video Pro扩展crx文件

下载Floating Video Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}