Youtube Shorts auto next!
Auto playing next video when the current short is finished Show video percent progress on search bar
¿Qué es Youtube Shorts auto next!?
Youtube Shorts auto next! es una extensión de Chrome desarrollada por pdkhanh93, y su función principal es "Auto playing next video when the current short is finished Show video percent progress on search bar".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Youtube Shorts auto next!
Descarga archivos de extensión Youtube Shorts auto next! 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
Auto playing next video when the current short is finished Show video percent progress on search bar
Información Básica de la Extensión
Nombre | Youtube Shorts auto next! |
ID | hmkficiecfdldaeogohkfcndomnigbjp |
URL Oficial | https://chromewebstore.google.com/detail/youtube-shorts-auto-next/hmkficiecfdldaeogohkfcndomnigbjp |
Descripción | Auto playing next video when the current short is finished Show video percent progress on search bar |
Tamaño del Archivo | 4.21 KB |
Cantidad de Instalaciones | 13 |
Versión Actual | 1.0 |
Última Actualización | 2023-06-21 |
Fecha de Publicación | 2023-06-21 |
Desarrollador | pdkhanh93 |
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 Shorts auto next!", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "hello.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "background.js" ], "css": [ "youtube.css" ] } ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |