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.

Qu'est-ce que YouTube Picture-In-Picture ?

YouTube Picture-In-Picture est une extension Chrome développée par Simon Li, et sa fonction principale est "This extension pops the current video to a floating window and allows you to continue watching it while using other applications.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube Picture-In-Picture

Téléchargez les fichiers d'extension YouTube Picture-In-Picture au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom YouTube Picture-In-Picture YouTube Picture-In-Picture
ID phneljjeificmdaehodadkdiacgiinbk
URL Officiel https://chromewebstore.google.com/detail/youtube-picture-in-pictur/phneljjeificmdaehodadkdiacgiinbk
Description This extension pops the current video to a floating window and allows you to continue watching it while using other applications.
Taille du Fichier 9.37 KB
Nombre d'Installations 744
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-12-04
Date de Publication 2020-12-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur Simon Li
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}