Netflix with Elapsed Time

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

Co je Netflix with Elapsed Time?

Netflix with Elapsed Time je rozšíření Chrome vyvinuté Joseph Mpo Yeti, a jeho hlavní funkcí je „Netflix with Elapsed Time displays the elapsed time from the beginning.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Netflix with Elapsed Time

Stáhněte si soubory rozšíření Netflix with Elapsed Time ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Netflix with Elapsed Time Netflix with Elapsed Time
ID knglmjodeneocikihhehegeifgabkjfa
Oficiální URL https://chromewebstore.google.com/detail/netflix-with-elapsed-time/knglmjodeneocikihhehegeifgabkjfa
Popis Netflix with Elapsed Time displays the elapsed time from the beginning.
Velikost souboru 25.48 KB
Počet instalací 1,067
Aktuální Verze 2.2.0
Poslední Aktualizace 2024-01-12
Datum Vydání 2020-07-04
Hodnocení 4.23/5 Celkem 13 Hodnocení
Vývojář Joseph Mpo Yeti
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}