Floating Video Pro
Popup a floating video that can be viewed while you are doing other work on your computer.
Co to jest Floating Video Pro?
Floating Video Pro to rozszerzenie Chrome opracowane przez CodeTheBay, a jego główną funkcją jest „Popup a floating video that can be viewed while you are doing other work on your computer.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Floating Video Pro
Pobierz pliki rozszerzeń Floating Video Pro w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Floating Video Pro |
ID | eahphalndmiganhjibpfedaokkcpmjhn |
Oficjalny URL | https://chromewebstore.google.com/detail/floating-video-pro/eahphalndmiganhjibpfedaokkcpmjhn |
Opis | Popup a floating video that can be viewed while you are doing other work on your computer. |
Rozmiar pliku | 4.79 KB |
Liczba instalacji | 1,902 |
Aktualna Wersja | 0.0.0.1 |
Ostatnia Aktualizacja | 2021-02-15 |
Data Publikacji | 2021-02-15 |
Ocena | 4.33/5 Łącznie 3 Oceny |
Deweloper | CodeTheBay |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Xela101/FloatingVideoPro |
Adres URL Strony Pomocy | https://github.com/Xela101/FloatingVideoPro |
Obsługiwane Języki | 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" } } |