Netflix Play/Pause Anywhere
Play and pause Netflix playback by clicking anywhere on the video
O que é Netflix Play/Pause Anywhere?
Netflix Play/Pause Anywhere é uma extensão do Chrome desenvolvida por Luke Flego, e sua principal característica é "Play and pause Netflix playback by clicking anywhere on the video".
Baixar o arquivo CRX da Extensão Netflix Play/Pause Anywhere
Baixe arquivos de extensão Netflix Play/Pause Anywhere 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
Like YouTube, click on the video to play and pause it. 15/03/2018: Version 1.2 - Fixed "no refresh" bug - More of video screen is clickable (beside controls) 03/10/2017: Version 1.1 - Updated to suit new player
Informações Básicas da Extensão
Nome | |
ID | hilokelffnmdaekeghmceeoiggokkeii |
URL Oficial | https://chrome.google.com/webstore/detail/hilokelffnmdaekeghmceeoiggokkeii |
Descrição | Play and pause Netflix playback by clicking anywhere on the video |
Tamanho do Arquivo | 1.27 MB |
Contagem de Instalações | 200 |
Versão Atual | 1.2 |
Última Atualização | 2018-03-15 |
Data de Publicação | 2018-03-15 |
Classificação | 4.17/5 Total de 12 Avaliações |
Desenvolvedor | Luke Flego |
Tipo de Pagamento | free |
Site da Extensão | https://lukeflego.com/projects/netflix-playpause-anywhere/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Play\/Pause Anywhere", "short_name": "NPPA", "version": "1.2", "manifest_version": 2, "description": "Play and pause Netflix playback by clicking anywhere on the video", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/www.netflix.com\/*" ], "js": [ "jquery.js", "nppa.js" ], "css": [ "nppa.css" ] } ] } |