Netflix with Elapsed Time
Netflix with Elapsed Time displays the elapsed time from the beginning.
Qu'est-ce que Netflix with Elapsed Time ?
Netflix with Elapsed Time est une extension Chrome développée par Joseph Mpo Yeti, et sa fonction principale est "Netflix with Elapsed Time displays the elapsed time from the beginning.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Netflix with Elapsed Time
Téléchargez les fichiers d'extension Netflix with Elapsed Time au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | knglmjodeneocikihhehegeifgabkjfa |
URL Officiel | https://chromewebstore.google.com/detail/netflix-with-elapsed-time/knglmjodeneocikihhehegeifgabkjfa |
Description | Netflix with Elapsed Time displays the elapsed time from the beginning. |
Taille du Fichier | 25.48 KB |
Nombre d'Installations | 1,067 |
Version Actuelle | 2.2.0 |
Dernière Mise à Jour | 2024-01-12 |
Date de Publication | 2020-07-04 |
Évaluation | 4.23/5 Total 13 Évaluations |
Développeur | Joseph Mpo Yeti |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |