Picture-In-Picture for Videos

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

Vad är Picture-In-Picture for Videos?

Picture-In-Picture for Videos är en Chrome-tillägg utvecklad av R & T, och dess huvudfunktion är "Watch all kind of videos in Picture-in-Picture mode".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Picture-In-Picture for Videos-förlängningens CRX-fil

Ladda ner Picture-In-Picture for Videos-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

                        ⬇️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.                    

Grundläggande Information om Tillägg

Namn Picture-In-Picture for Videos Picture-In-Picture for Videos
ID lmijlfkdikhccdhliplohaeogblbamhh
Officiell webbadress https://chromewebstore.google.com/detail/picture-in-picture-for-vi/lmijlfkdikhccdhliplohaeogblbamhh
Beskrivning Watch all kind of videos in Picture-in-Picture mode
Filstorlek 7.89 KB
Antal Installationer 180
Aktuell Version 0.0.2
Senast Uppdaterad 2022-12-13
Publiceringsdatum 2022-12-13
Betyg 4.86/5 Totalt 21 Betyg
Utvecklare R & T
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            }
        }
    }
}