Netflix Plus
Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!
O que é Netflix Plus?
Netflix Plus é uma extensão do Chrome desenvolvida por Zion Developers, e sua principal característica é "Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Netflix Plus
Baixe arquivos de extensão Netflix Plus 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
** This is NOT a Netflix Official Extension! ** Automatically resume movie when it get paused by AFK. (HTML5) Change the movie's subtitle font, color, size, shadow size and color ! (HTML5) More features to come! Netflix is a Website owned by Netflix International B.V. All the logos and pictures here used is for fair-use, And is belonged by the corresponding owners.
Informações Básicas da Extensão
Nome | |
ID | mnaccajcnpoopaeogmdaffkmmhdlbfhe |
URL Oficial | https://chrome.google.com/webstore/detail/netflix-plus/mnaccajcnpoopaeogmdaffkmmhdlbfhe |
Descrição | Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly! |
Tamanho do Arquivo | 100 KB |
Contagem de Instalações | 849 |
Versão Atual | 2.5.7 |
Última Atualização | 2017-03-27 |
Data de Publicação | 2017-03-27 |
Classificação | 3.44/5 Total de 16 Avaliações |
Desenvolvedor | Zion Developers |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "exclude_globs": [], "include_globs": [ "*netflix.com*" ], "css": [], "js": [ "includes\/jquery-2.1.1.min.js", "includes\/netflix.js" ], "matches": [ "*:\/\/*.netflix.com\/*" ], "run_at": "document_start" } ], "description": "Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!", "icons": { "128": "icons\/icon.png" }, "browser_action": { "default_title": "Options", "default_popup": "options.html" }, "background": { "scripts": [ "includes\/options.js" ], "persistent": true }, "manifest_version": 2, "name": "Netflix Plus", "short_name": "Netflix+", "options_page": "options.html", "permissions": [ "storage" ], "version": "2.5.7", "web_accessible_resources": [ "icons\/icon.png", "includes\/jquery-2.1.1.min.js", "includes\/netflix.js", "jquery-2.1.1.min.map" ] } |