Floating Video Pro

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

Vad är Floating Video Pro?

Floating Video Pro är en Chrome-tillägg utvecklad av CodeTheBay, och dess huvudfunktion är "Popup a floating video that can be viewed while you are doing other work on your computer.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Floating Video Pro-förlängningens CRX-fil

Ladda ner Floating Video Pro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Floating Video Pro Floating Video Pro
ID eahphalndmiganhjibpfedaokkcpmjhn
Officiell webbadress https://chromewebstore.google.com/detail/floating-video-pro/eahphalndmiganhjibpfedaokkcpmjhn
Beskrivning Popup a floating video that can be viewed while you are doing other work on your computer.
Filstorlek 4.79 KB
Antal Installationer 1,902
Aktuell Version 0.0.0.1
Senast Uppdaterad 2021-02-15
Publiceringsdatum 2021-02-15
Betyg 4.33/5 Totalt 3 Betyg
Utvecklare CodeTheBay
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/Xela101/FloatingVideoPro
Hjälpsida URL https://github.com/Xela101/FloatingVideoPro
Stödda Språk 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"
    }
}