Floating Video Pro
Popup a floating video that can be viewed while you are doing other work on your computer.
O que é Floating Video Pro?
Floating Video Pro é uma extensão do Chrome desenvolvida por CodeTheBay, e sua principal característica é "Popup a floating video that can be viewed while you are doing other work on your computer.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Floating Video Pro
Baixe arquivos de extensão Floating Video Pro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Floating Video Pro |
ID | eahphalndmiganhjibpfedaokkcpmjhn |
URL Oficial | https://chromewebstore.google.com/detail/floating-video-pro/eahphalndmiganhjibpfedaokkcpmjhn |
Descrição | Popup a floating video that can be viewed while you are doing other work on your computer. |
Tamanho do Arquivo | 4.79 KB |
Contagem de Instalações | 1,902 |
Versão Atual | 0.0.0.1 |
Última Atualização | 2021-02-15 |
Data de Publicação | 2021-02-15 |
Classificação | 4.33/5 Total de 3 Avaliações |
Desenvolvedor | CodeTheBay |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Xela101/FloatingVideoPro |
URL da Página de Ajuda | https://github.com/Xela101/FloatingVideoPro |
Idiomas Suportados | 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" } } |