Netflix Tweaks
Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…
O que é Netflix Tweaks?
Netflix Tweaks é uma extensão do Chrome desenvolvida por Bernhard Caspar, e sua principal característica é "Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Netflix Tweaks
Baixe arquivos de extensão Netflix Tweaks 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 Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles - Keep the credits rolling in full screen Options: You can individually enable/disable the tweaks. To access the options, either open this URL in chrome: chrome-extension://bdfekokoflbjbmdbpidnaechcechkbbg/options.html or go to Chrome Menu → More Tools → Extensions → Netflix Tweaks → Button 'Details' → Extension Options Source code on Github: https://github.com/bernhardc/netflix-tweaks
Informações Básicas da Extensão
Nome | Netflix Tweaks |
ID | bdfekokoflbjbmdbpidnaechcechkbbg |
URL Oficial | https://chromewebstore.google.com/detail/netflix-tweaks/bdfekokoflbjbmdbpidnaechcechkbbg |
Descrição | Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles… |
Tamanho do Arquivo | 57.79 KB |
Contagem de Instalações | 581 |
Versão Atual | 0.3 |
Última Atualização | 2018-12-17 |
Data de Publicação | 2018-12-17 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | Bernhard Caspar |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/bernhardc/netflix-tweaks |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Tweaks", "version": "0.3", "manifest_version": 2, "permissions": [ "https:\/\/www.netflix.com\/*", "storage" ], "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "script.js" ] } ] } |