Netflix with Elapsed Time

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

Cos'è Netflix with Elapsed Time?

Netflix with Elapsed Time è un'estensione di Chrome sviluppata da Joseph Mpo Yeti, e la sua funzione principale è "Netflix with Elapsed Time displays the elapsed time from the beginning.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Netflix with Elapsed Time

Scarica i file di estensione Netflix with Elapsed Time in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Netflix with Elapsed Time Netflix with Elapsed Time
ID knglmjodeneocikihhehegeifgabkjfa
URL Ufficiale https://chromewebstore.google.com/detail/netflix-with-elapsed-time/knglmjodeneocikihhehegeifgabkjfa
Descrizione Netflix with Elapsed Time displays the elapsed time from the beginning.
Dimensione del File 25.48 KB
Conteggio Installazioni 1,067
Versione Corrente 2.2.0
Ultimo Aggiornamento 2024-01-12
Data di Pubblicazione 2020-07-04
Valutazione 4.23/5 Totale 13 Valutazioni
Sviluppatore Joseph Mpo Yeti
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}