Floating Video Pro
Popup a floating video that can be viewed while you are doing other work on your computer.
Qu'est-ce que Floating Video Pro ?
Floating Video Pro est une extension Chrome développée par CodeTheBay, et sa fonction principale est "Popup a floating video that can be viewed while you are doing other work on your computer.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Floating Video Pro
Téléchargez les fichiers d'extension Floating Video Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Floating Video Pro |
ID | eahphalndmiganhjibpfedaokkcpmjhn |
URL Officiel | https://chromewebstore.google.com/detail/floating-video-pro/eahphalndmiganhjibpfedaokkcpmjhn |
Description | Popup a floating video that can be viewed while you are doing other work on your computer. |
Taille du Fichier | 4.79 KB |
Nombre d'Installations | 1,902 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2021-02-15 |
Date de Publication | 2021-02-15 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | CodeTheBay |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Xela101/FloatingVideoPro |
URL de la Page d'Aide | https://github.com/Xela101/FloatingVideoPro |
Langues Prises en Charge | 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" } } |