Picture-in-Picture YouTube - Netflix and more

Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.

Was ist Picture-in-Picture YouTube - Netflix and more?

Picture-in-Picture YouTube - Netflix and more ist eine Chrome-Erweiterung, die von barreiro01919 entwickelt wurde, und ihr Hauptmerkmal ist "Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.".

Erweiterungsscreenshots

screenshot

Picture-in-Picture YouTube - Netflix and more-Erweiterungs-CRX-Datei herunterladen

Laden Sie Picture-in-Picture YouTube - Netflix and more-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

                        Simple extension picture in picture. This means that sites like Netflix,YouTube, Amazon Prime,  Disney Plus, and Hulu will work!                    

Grundlegende Informationen zur Erweiterung

Name Picture-in-Picture YouTube - Netflix and more Picture-in-Picture YouTube - Netflix and more
ID ahdijafdcpkcefendeaobodkfjcmphac
Offizielle URL https://chromewebstore.google.com/detail/picture-in-picture-youtub/ahdijafdcpkcefendeaobodkfjcmphac
Beschreibung Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.
Dateigröße 6.21 KB
Installationsanzahl 2,156
Aktuelle Version 1.0.6
Letztes Update 2023-07-25
Veröffentlichungsdatum 2020-12-03
Bewertung 3.59/5 Insgesamt 29 Bewertungen
Entwickler barreiro01919
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/extensions-privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture-in-Picture YouTube - Netflix and more",
    "description": "Picture-in-Picture mode allows you to watch video in a floating window with playback video controls.",
    "version": "1.0.6",
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Picture-in-Picture"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "manifest_version": 3
}