Set timer to watch youtube shorts

Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.

¿Qué es Set timer to watch youtube shorts?

Set timer to watch youtube shorts es una extensión de Chrome desarrollada por projectcollabx, y su función principal es "Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Set timer to watch youtube shorts

Descarga archivos de extensión Set timer to watch youtube shorts 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

                        In this extension we can set timer for watching YouTube shorts, after time is completed the user will be redirected to home page of YouTube and now when the user tries to access YouTube shorts the user will be redirected to home page of YouTube. To watch shorts again the user has to reinitialize the timer. User can only set timer when YouTube is open.
This extension helps users to manage their time by setting a specific time limit for watching YouTube shorts, users can avoid getting lost in endless video loops and focus on other important tasks.                    

Información Básica de la Extensión

Nombre Set timer to watch youtube shorts Set timer to watch youtube shorts
ID pmnhboombkeplmppfdlicpbndonjjjjm
URL Oficial https://chromewebstore.google.com/detail/set-timer-to-watch-youtub/pmnhboombkeplmppfdlicpbndonjjjjm
Descripción Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.
Tamaño del Archivo 20.92 KB
Cantidad de Instalaciones 38
Versión Actual 1.0.0
Última Actualización 2023-08-07
Fecha de Publicación 2023-06-06
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador projectcollabx
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Set timer to watch youtube shorts",
    "description": "Set timer to watch youtube shorts, after time is over user will be redirected to home page of youtube.",
    "version": "1.0.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img_231.png",
        "48": "img_231.png",
        "128": "img_231.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}