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 - это расширение Chrome, разработанное CodeTheBay, и его основная функция - "Popup a floating video that can be viewed while you are doing other work on your computer.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Floating Video Pro

Скачайте файлы расширений 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"
    }
}