Floating Video Pro
Popup a floating video that can be viewed while you are doing other work on your computer.
Wat is Floating Video Pro?
Floating Video Pro is een Chrome-extensie ontwikkeld door CodeTheBay, en de belangrijkste functie is "Popup a floating video that can be viewed while you are doing other work on your computer.".
Extensie Screenshots
Download het CRX-bestand van de extensie Floating Video Pro
Download Floating Video Pro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Floating Video Pro |
ID | eahphalndmiganhjibpfedaokkcpmjhn |
Officiële URL | https://chromewebstore.google.com/detail/floating-video-pro/eahphalndmiganhjibpfedaokkcpmjhn |
Beschrijving | Popup a floating video that can be viewed while you are doing other work on your computer. |
Bestandsgrootte | 4.79 KB |
Aantal Installaties | 1,902 |
Huidige Versie | 0.0.0.1 |
Laatst Bijgewerkt | 2021-02-15 |
Publicatiedatum | 2021-02-15 |
Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | CodeTheBay |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Xela101/FloatingVideoPro |
Help Pagina-URL | https://github.com/Xela101/FloatingVideoPro |
Ondersteunde Talen | 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" } } |