Floating Video Pro

Popup a floating video that can be viewed while you are doing other work on your computer.

Was ist Floating Video Pro?

Floating Video Pro ist eine Chrome-Erweiterung, die von CodeTheBay entwickelt wurde, und ihr Hauptmerkmal ist "Popup a floating video that can be viewed while you are doing other work on your computer.".

Erweiterungsscreenshots

screenshot
screenshot

Floating Video Pro-Erweiterungs-CRX-Datei herunterladen

Laden Sie Floating Video Pro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Floating Video Pro Floating Video Pro
ID eahphalndmiganhjibpfedaokkcpmjhn
Offizielle URL https://chromewebstore.google.com/detail/floating-video-pro/eahphalndmiganhjibpfedaokkcpmjhn
Beschreibung Popup a floating video that can be viewed while you are doing other work on your computer.
Dateigröße 4.79 KB
Installationsanzahl 1,902
Aktuelle Version 0.0.0.1
Letztes Update 2021-02-15
Veröffentlichungsdatum 2021-02-15
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler CodeTheBay
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Xela101/FloatingVideoPro
Hilfeseite URL https://github.com/Xela101/FloatingVideoPro
Unterstützte Sprachen 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"
    }
}