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.
Wat is YouTube Picture-In-Picture?
YouTube Picture-In-Picture is een Chrome-extensie ontwikkeld door Simon Li, en de belangrijkste functie is "This extension pops the current video to a floating window and allows you to continue watching it while using other applications.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Picture-In-Picture
Download YouTube Picture-In-Picture-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
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.
Basisinformatie over de Extensie
Naam | YouTube Picture-In-Picture |
ID | phneljjeificmdaehodadkdiacgiinbk |
Officiële URL | https://chromewebstore.google.com/detail/youtube-picture-in-pictur/phneljjeificmdaehodadkdiacgiinbk |
Beschrijving | This extension pops the current video to a floating window and allows you to continue watching it while using other applications. |
Bestandsgrootte | 9.37 KB |
Aantal Installaties | 744 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-12-04 |
Publicatiedatum | 2020-12-03 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Simon Li |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |