Floating Video Pro
Popup a floating video that can be viewed while you are doing other work on your computer.
Hvad er Floating Video Pro?
Floating Video Pro er en Chrome-udvidelse udviklet af CodeTheBay, og dens hovedfunktion er "Popup a floating video that can be viewed while you are doing other work on your computer.".
Udvidelsesskærmbilleder
Download Floating Video Pro-udvidelses-CRX-fil
Download Floating Video Pro-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Floating Video Pro |
ID | eahphalndmiganhjibpfedaokkcpmjhn |
Officiel URL | https://chromewebstore.google.com/detail/floating-video-pro/eahphalndmiganhjibpfedaokkcpmjhn |
Beskrivelse | Popup a floating video that can be viewed while you are doing other work on your computer. |
Filstørrelse | 4.79 KB |
Antal Installationer | 1,902 |
Nuværende Version | 0.0.0.1 |
Senest Opdateret | 2021-02-15 |
Udgivelsesdato | 2021-02-15 |
Bedømmelse | 4.33/5 Samlet 3 Bedømmelser |
Udvikler | CodeTheBay |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Xela101/FloatingVideoPro |
Hjælpeside-URL | https://github.com/Xela101/FloatingVideoPro |
Understøttede Sprog | 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" } } |