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.”。
擴展截圖
下載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 |
ID | eahphalndmiganhjibpfedaokkcpmjhn |
官方網址 | 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" } } |