Netflix with Elapsed Time
Netflix with Elapsed Time displays the elapsed time from the beginning.
O que é Netflix with Elapsed Time?
Netflix with Elapsed Time é uma extensão do Chrome desenvolvida por Joseph Mpo Yeti, e sua principal característica é "Netflix with Elapsed Time displays the elapsed time from the beginning.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Netflix with Elapsed Time
Baixe arquivos de extensão Netflix with Elapsed Time no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | knglmjodeneocikihhehegeifgabkjfa |
URL Oficial | https://chromewebstore.google.com/detail/netflix-with-elapsed-time/knglmjodeneocikihhehegeifgabkjfa |
Descrição | Netflix with Elapsed Time displays the elapsed time from the beginning. |
Tamanho do Arquivo | 25.48 KB |
Contagem de Instalações | 1,067 |
Versão Atual | 2.2.0 |
Última Atualização | 2024-01-12 |
Data de Publicação | 2020-07-04 |
Classificação | 4.23/5 Total de 13 Avaliações |
Desenvolvedor | Joseph Mpo Yeti |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |