YouTube Video Player
YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.
¿Qué es YouTube Video Player?
YouTube Video Player es una extensión de Chrome desarrollada por Online Apps, y su función principal es "YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión YouTube Video Player
Descarga archivos de extensión YouTube Video Player 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
You can add any YouTube video with these options: - icon (plus) next to logo on YouTube video detail page - context menu: right click to background on YouTube video detail page - context menu: right click to any link, that directed to YouTube video Next you can play in the popup your favorited videos without go to youtube.com and without download this video. Important button is Detailed view, which open player in detail mode on new tab. Enjoy!
Información Básica de la Extensión
Nombre | YouTube Video Player |
ID | cbklkhaojmgbcgkpbemolkionjbepkfc |
URL Oficial | https://chromewebstore.google.com/detail/youtube-video-player/cbklkhaojmgbcgkpbemolkionjbepkfc |
Descripción | YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later. |
Tamaño del Archivo | 138 KB |
Cantidad de Instalaciones | 13,983 |
Versión Actual | 1.1 |
Última Actualización | 2020-02-29 |
Fecha de Publicación | 2020-02-28 |
Calificación | 3.59/5 Total de 34 Calificaciones |
Desarrollador | Online Apps |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://www.e-players.net/privacy.html |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Video Player", "description": "YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.", "version": "1.1", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "img\/ico_19.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "https:\/\/www.youtube.com\/*", "contextMenus", "notifications" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "web_accessible_resources": [ "img\/button_add.png" ] } |