Netflix with Elapsed Time

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

Co to jest Netflix with Elapsed Time?

Netflix with Elapsed Time to rozszerzenie Chrome opracowane przez Joseph Mpo Yeti, a jego główną funkcją jest „Netflix with Elapsed Time displays the elapsed time from the beginning.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Netflix with Elapsed Time

Pobierz pliki rozszerzeń Netflix with Elapsed Time w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Netflix with Elapsed Time Netflix with Elapsed Time
ID knglmjodeneocikihhehegeifgabkjfa
Oficjalny URL https://chromewebstore.google.com/detail/netflix-with-elapsed-time/knglmjodeneocikihhehegeifgabkjfa
Opis Netflix with Elapsed Time displays the elapsed time from the beginning.
Rozmiar pliku 25.48 KB
Liczba instalacji 1,067
Aktualna Wersja 2.2.0
Ostatnia Aktualizacja 2024-01-12
Data Publikacji 2020-07-04
Ocena 4.23/5 Łącznie 13 Oceny
Deweloper Joseph Mpo Yeti
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}