Netflix with Elapsed Time

Netflix with Elapsed Time displays the elapsed time from the beginning.

¿Qué es Netflix with Elapsed Time?

Netflix with Elapsed Time es una extensión de Chrome desarrollada por Joseph Mpo Yeti, y su función principal es "Netflix with Elapsed Time displays the elapsed time from the beginning.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Netflix with Elapsed Time

Descarga archivos de extensión Netflix with Elapsed Time 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

                        Netflix with Elapsed Time displays the elapsed time from the beginning. If it does not work from the start, simply reload the page. It will only work when actually watching a video. Please, rate and leave a review if you like this extension. I would also appreciate any feedback on how to give you a better experience.                    

Información Básica de la Extensión

Nombre Netflix with Elapsed Time Netflix with Elapsed Time
ID knglmjodeneocikihhehegeifgabkjfa
URL Oficial https://chromewebstore.google.com/detail/netflix-with-elapsed-time/knglmjodeneocikihhehegeifgabkjfa
Descripción Netflix with Elapsed Time displays the elapsed time from the beginning.
Tamaño del Archivo 25.48 KB
Cantidad de Instalaciones 1,067
Versión Actual 2.2.0
Última Actualización 2024-01-12
Fecha de Publicación 2020-07-04
Calificación 4.23/5 Total de 13 Calificaciones
Desarrollador Joseph Mpo Yeti
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Netflix with Elapsed Time",
    "version": "2.2.0",
    "author": "Joseph Mpo Yeti",
    "description": "Netflix with Elapsed Time displays the elapsed time from the beginning.",
    "host_permissions": [
        "https:\/\/www.netflix.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "all_frames": true,
            "js": [
                "scripts\/main.js"
            ],
            "css": [
                "styles\/main.css"
            ]
        }
    ],
    "action": {
        "default_title": "Netflix with Elapsed Time",
        "default_icon": {
            "512": "img\/icon512.png"
        }
    },
    "icons": {
        "64": "img\/icon64.png",
        "128": "img\/icon128.png",
        "512": "img\/icon512.png"
    }
}