Floating Video Pro
Popup a floating video that can be viewed while you are doing other work on your computer.
Cos'è Floating Video Pro?
Floating Video Pro è un'estensione di Chrome sviluppata da CodeTheBay, e la sua funzione principale è "Popup a floating video that can be viewed while you are doing other work on your computer.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Floating Video Pro
Scarica i file di estensione Floating Video Pro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Floating Video Pro |
ID | eahphalndmiganhjibpfedaokkcpmjhn |
URL Ufficiale | https://chromewebstore.google.com/detail/floating-video-pro/eahphalndmiganhjibpfedaokkcpmjhn |
Descrizione | Popup a floating video that can be viewed while you are doing other work on your computer. |
Dimensione del File | 4.79 KB |
Conteggio Installazioni | 1,902 |
Versione Corrente | 0.0.0.1 |
Ultimo Aggiornamento | 2021-02-15 |
Data di Pubblicazione | 2021-02-15 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | CodeTheBay |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Xela101/FloatingVideoPro |
URL della Pagina di Aiuto | https://github.com/Xela101/FloatingVideoPro |
Lingue Supportate | 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" } } |