YouTube Picture-In-Picture

This extension pops the current video to a floating window and allows you to continue watching it while using other applications.

Was ist YouTube Picture-In-Picture?

YouTube Picture-In-Picture ist eine Chrome-Erweiterung, die von Simon Li entwickelt wurde, und ihr Hauptmerkmal ist "This extension pops the current video to a floating window and allows you to continue watching it while using other applications.".

Erweiterungsscreenshots

screenshot
screenshot

YouTube Picture-In-Picture-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Picture-In-Picture-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

                        YouTube Picture-in-Picture floats the current video to a small window so you can watch it while using other applications. Best for watching tutorial videos.                    

Grundlegende Informationen zur Erweiterung

Name YouTube Picture-In-Picture YouTube Picture-In-Picture
ID phneljjeificmdaehodadkdiacgiinbk
Offizielle URL https://chromewebstore.google.com/detail/youtube-picture-in-pictur/phneljjeificmdaehodadkdiacgiinbk
Beschreibung This extension pops the current video to a floating window and allows you to continue watching it while using other applications.
Dateigröße 9.37 KB
Installationsanzahl 744
Aktuelle Version 1.0.1
Letztes Update 2020-12-04
Veröffentlichungsdatum 2020-12-03
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Simon Li
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Picture-In-Picture",
    "version": "1.0.1",
    "description": "This extension pops the current video to a floating window and allows you to continue watching it while using other applications.",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.youtube.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon-64.png",
        "default_title": "YouTube Picture-in-Picture",
        "default_popup": "popup.html"
    }
}