Always Show Watch Later
Always shows the Watch Later button for Youtube embedded videos.
¿Qué es Always Show Watch Later?
Always Show Watch Later es una extensión de Chrome desarrollada por Scott Zackrison, y su función principal es "Always shows the Watch Later button for Youtube embedded videos.".
Descargar Archivo CRX de la Extensión Always Show Watch Later
Descarga archivos de extensión Always Show Watch Later 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
This extension forces the Watch Later button to be visible for embedded Youtube videos. --> updated 9/6/17 ---> minor bug fix --> updated 7/18/17 ---> fixed another issue in some instances where it wouldn't show the Watch Later button --> updated 2/14/17 ---> fixed an issue in some instances where it wouldn't show the Watch Later button --> updated 9/24/15 ---> faster ---> more reliable ---> more efficient
Información Básica de la Extensión
Nombre | |
ID | opnlaeeckmpncaogfacbkelbldmpbibi |
URL Oficial | https://chrome.google.com/webstore/detail/always-show-watch-later/opnlaeeckmpncaogfacbkelbldmpbibi |
Descripción | Always shows the Watch Later button for Youtube embedded videos. |
Tamaño del Archivo | 33.75 KB |
Cantidad de Instalaciones | 413 |
Versión Actual | 1.4 |
Última Actualización | 2017-09-06 |
Fecha de Publicación | 2017-09-06 |
Calificación | 4.64/5 Total de 28 Calificaciones |
Desarrollador | Scott Zackrison |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Always Show Watch Later", "description": "Always shows the Watch Later button for Youtube embedded videos.", "version": "1.4", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.1.4.min.js", "content.js" ], "all_frames": true } ], "icons": { "128": "icon_128.png" } } |