Floating Video Pro

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

Apa itu Floating Video Pro?

Floating Video Pro adalah ekstensi Chrome yang dikembangkan oleh CodeTheBay, dan fitur utamanya adalah "Popup a floating video that can be viewed while you are doing other work on your computer.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Floating Video Pro

Unduh file ekstensi Floating Video Pro dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Floating Video Pro Floating Video Pro
ID eahphalndmiganhjibpfedaokkcpmjhn
URL Resmi https://chromewebstore.google.com/detail/floating-video-pro/eahphalndmiganhjibpfedaokkcpmjhn
Deskripsi Popup a floating video that can be viewed while you are doing other work on your computer.
Ukuran File 4.79 KB
Jumlah Instalasi 1,902
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2021-02-15
Tanggal Publikasi 2021-02-15
Penilaian 4.33/5 Total 3 Penilaian
Pengembang CodeTheBay
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Xela101/FloatingVideoPro
URL Halaman Bantuan https://github.com/Xela101/FloatingVideoPro
Bahasa yang Didukung 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"
    }
}