Netflix Plus
Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!
¿Qué es Netflix Plus?
Netflix Plus es una extensión de Chrome desarrollada por Zion Developers, y su función principal es "Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Netflix Plus
Descarga archivos de extensión Netflix Plus en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
** 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.
Información Básica de la Extensión
Nombre | |
ID | mnaccajcnpoopaeogmdaffkmmhdlbfhe |
URL Oficial | https://chrome.google.com/webstore/detail/netflix-plus/mnaccajcnpoopaeogmdaffkmmhdlbfhe |
Descripción | Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly! |
Tamaño del Archivo | 100 KB |
Cantidad de Instalaciones | 849 |
Versión Actual | 2.5.7 |
Última Actualización | 2017-03-27 |
Fecha de Publicación | 2017-03-27 |
Calificación | 3.44/5 Total de 16 Calificaciones |
Desarrollador | Zion Developers |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |