Netflix Pause Removal
Remove the pause between netflix episodes
O que é Netflix Pause Removal?
Netflix Pause Removal é uma extensão do Chrome desenvolvida por Prescott Gallagher, e sua principal característica é "Remove the pause between netflix episodes".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Netflix Pause Removal
Baixe arquivos de extensão Netflix Pause Removal 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
A simple application for the lazy, to not have to click the "Continue Watching" button in Netflix. It will remove the UI Permanently, so you can continue your binge session. It's free once again, if you feel like donating; https://www.paypal.me/PrescottGallagher Versions & Updates: 1.2.1 : Graphical Updates / Bugfixes 1.2.0 : Patched Netflix December 2017 Update 1.1.0 : Patched Netflix March 2016 Update 1.0.2 : Speed & Efficiency Increased 1.0.1 : Initial Release
Informações Básicas da Extensão
Nome | Netflix Pause Removal |
ID | mfekcpndbpdgjjfahekhncdfegkhbghg |
URL Oficial | https://chromewebstore.google.com/detail/netflix-pause-removal/mfekcpndbpdgjjfahekhncdfegkhbghg |
Descrição | Remove the pause between netflix episodes |
Tamanho do Arquivo | 11.93 KB |
Contagem de Instalações | 12,666 |
Versão Atual | 1.2.1 |
Última Atualização | 2018-07-26 |
Data de Publicação | 2018-07-26 |
Classificação | 3.44/5 Total de 185 Avaliações |
Desenvolvedor | Prescott Gallagher |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Pause Removal", "version": "1.2.1", "author": "Prescott Gallagher", "description": "Remove the pause between netflix episodes", "browser_action": { "default_icon": "icon.png" }, "short_name": "Netflix PR", "content_scripts": [ { "matches": [ "*:\/\/www.netflix.com\/*" ], "js": [ "background.js" ] } ] } |