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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |