Netflix subtitles pop-up
Displays the subtitles in a different window
O que é Netflix subtitles pop-up?
Netflix subtitles pop-up é uma extensão do Chrome desenvolvida por entibo, e sua principal característica é "Displays the subtitles in a different window".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Netflix subtitles pop-up
Baixe arquivos de extensão Netflix subtitles pop-up 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
When you understand most of the dialog but still like having a reference in case you don't get a word or sentence. If you any suggestions/comments about how the subtitles are displayed in the window please let me know !
Informações Básicas da Extensão
Nome | Netflix subtitles pop-up |
ID | gfldjeiohckdhnpljblnkkbjmmogphnk |
URL Oficial | https://chromewebstore.google.com/detail/netflix-subtitles-pop-up/gfldjeiohckdhnpljblnkkbjmmogphnk |
Descrição | Displays the subtitles in a different window |
Tamanho do Arquivo | 38.64 KB |
Contagem de Instalações | 273 |
Versão Atual | 1.2 |
Última Atualização | 2019-04-20 |
Data de Publicação | 2019-04-20 |
Classificação | 4.29/5 Total de 7 Avaliações |
Desenvolvedor | entibo |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix subtitles pop-up", "version": "1.2", "description": "Displays the subtitles in a different window", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.netflix.com\/*" ], "content_scripts": [ { "js": [ "player.js" ], "matches": [ "*:\/\/*.netflix.com\/watch*" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2 } |