Prevent YouTube from playing videos instantly
Prevent YouTube from playing videos when a tab is opened and not highlighted.
¿Qué es Prevent YouTube from playing videos instantly?
Prevent YouTube from playing videos instantly es una extensión de Chrome desarrollada por Muhamad Alfaifi, y su función principal es "Prevent YouTube from playing videos when a tab is opened and not highlighted.".
Descargar Archivo CRX de la Extensión Prevent YouTube from playing videos instantly
Descarga archivos de extensión Prevent YouTube from playing videos instantly 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
Note: Stopped supporting extension because this feature has been implemented in chrome v46. When you right click on a youtube link and select open in a new tab, the video will play automatically, if you just want the video to chill out and download! and when you move to that tab you will play it? This extension does that. you can see the source code for this extension here: https://github.com/MuhamadFaifi/youtube-autoplay
Información Básica de la Extensión
Nombre | ![]() |
ID | iljjloebnngnddabmmgnahdcpmhlkfej |
URL Oficial | https://chrome.google.com/webstore/detail/prevent-youtube-from-play/iljjloebnngnddabmmgnahdcpmhlkfej |
Descripción | Prevent YouTube from playing videos when a tab is opened and not highlighted. |
Tamaño del Archivo | 3.57 KB |
Cantidad de Instalaciones | 12 |
Versión Actual | 1.5 |
Última Actualización | 2015-11-05 |
Fecha de Publicación | 2015-11-05 |
Calificación | 4.00/5 Total de 4 Calificaciones |
Desarrollador | Muhamad Alfaifi |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Prevent YouTube from playing videos instantly", "description": "Prevent YouTube from playing videos when a tab is opened and not highlighted.", "version": "1.5", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "*:\/\/www.youtube.com\/" ] } |