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é es YouTube Picture-In-Picture?
YouTube Picture-In-Picture es una extensión de Chrome desarrollada por Simon Li, y su función principal es "This extension pops the current video to a floating window and allows you to continue watching it while using other applications.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión YouTube Picture-In-Picture
Descarga archivos de extensión YouTube Picture-In-Picture en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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. Información Básica de la Extensión
| Nombre | |
| ID | phneljjeificmdaehodadkdiacgiinbk |
| URL Oficial | https://chromewebstore.google.com/detail/youtube-picture-in-pictur/phneljjeificmdaehodadkdiacgiinbk |
| Descripción | This extension pops the current video to a floating window and allows you to continue watching it while using other applications. |
| Tamaño del Archivo | 9.37 KB |
| Cantidad de Instalaciones | 744 |
| Versión Actual | 1.0.1 |
| Última Actualización | 2020-12-04 |
| Fecha de Publicación | 2020-12-03 |
| Calificación | 5.00/5 Total de 1 Calificaciones |
| Desarrollador | Simon Li |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Idiomas Soportados | 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"
}
} | |