Floating Video Pro

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

Floating Video Pro là gì?

Floating Video Pro là một tiện ích mở rộng Chrome được phát triển bởi CodeTheBay, và tính năng chính của nó là "Popup a floating video that can be viewed while you are doing other work on your computer.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Floating Video Pro

Tải xuống các tệp mở rộng Floating Video Pro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Floating Video Pro Floating Video Pro
ID eahphalndmiganhjibpfedaokkcpmjhn
URL Chính Thức https://chromewebstore.google.com/detail/floating-video-pro/eahphalndmiganhjibpfedaokkcpmjhn
Mô tả Popup a floating video that can be viewed while you are doing other work on your computer.
Kích Thước Tệp 4.79 KB
Số Lần Cài Đặt 1,902
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2021-02-15
Ngày Phát Hành 2021-02-15
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển CodeTheBay
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Xela101/FloatingVideoPro
URL Trang Trợ Giúp https://github.com/Xela101/FloatingVideoPro
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}