Picture-In-Picture for Videos

Watch all kind of videos in Picture-in-Picture mode

Wat is Picture-In-Picture for Videos?

Picture-In-Picture for Videos is een Chrome-extensie ontwikkeld door R & T, en de belangrijkste functie is "Watch all kind of videos in Picture-in-Picture mode".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Picture-In-Picture for Videos

Download Picture-In-Picture for Videos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ⬇️Easy to set up⬇️:

1. Install and add the extension to Chrome.
2. Play the video🎥, click on the extension icon.
3. The video will be playing in a floating screen on top of other windows.

✨Features ✨

1. Freely browse other sites while playing a video in a pop-up window.
2. Browse other sites while playing a video in a pop-up window.

A mini-video player with which you can keep an eye on what you’re watching while interacting with other sites, or applications.                    

Basisinformatie over de Extensie

Naam Picture-In-Picture for Videos Picture-In-Picture for Videos
ID lmijlfkdikhccdhliplohaeogblbamhh
Officiële URL https://chromewebstore.google.com/detail/picture-in-picture-for-vi/lmijlfkdikhccdhliplohaeogblbamhh
Beschrijving Watch all kind of videos in Picture-in-Picture mode
Bestandsgrootte 7.89 KB
Aantal Installaties 180
Huidige Versie 0.0.2
Laatst Bijgewerkt 2022-12-13
Publicatiedatum 2022-12-13
Beoordeling 4.86/5 Totaal 21 Beoordelingen
Ontwikkelaar R & T
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2",
    "manifest_version": 3,
    "name": "Picture-In-Picture for Videos",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting"
    ],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "Watch all kind of videos in Picture-in-Picture mode",
    "action": {
        "default_icon": {
            "128": "icons\/icon128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "mac": "Alt+P",
                "linux": "Alt+P",
                "windows": "Alt+P",
                "chromeos": "Alt+P"
            }
        }
    }
}