Netflix with Elapsed Time

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

Vad är Netflix with Elapsed Time?

Netflix with Elapsed Time är en Chrome-tillägg utvecklad av Joseph Mpo Yeti, och dess huvudfunktion är "Netflix with Elapsed Time displays the elapsed time from the beginning.".

Tilläggsskärmbilder

screenshot

Ladda ner Netflix with Elapsed Time-förlängningens CRX-fil

Ladda ner Netflix with Elapsed Time-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Netflix with Elapsed Time Netflix with Elapsed Time
ID knglmjodeneocikihhehegeifgabkjfa
Officiell webbadress https://chromewebstore.google.com/detail/netflix-with-elapsed-time/knglmjodeneocikihhehegeifgabkjfa
Beskrivning Netflix with Elapsed Time displays the elapsed time from the beginning.
Filstorlek 25.48 KB
Antal Installationer 1,067
Aktuell Version 2.2.0
Senast Uppdaterad 2024-01-12
Publiceringsdatum 2020-07-04
Betyg 4.23/5 Totalt 13 Betyg
Utvecklare Joseph Mpo Yeti
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}