Novedades en Netflix
Agrega Novedades a las opciones de Netflix
What is Novedades en Netflix?
Novedades en Netflix is a Chrome extension developed by edgargutierrezpiceno, and its main feature is "Agrega Novedades a las opciones de Netflix".
Extension Screenshots
Download Novedades en Netflix Extension CRX File
Download Novedades en Netflix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Con esta extensión puedes usar la opción NOVEDADES en las opciones de la página principal de Netflix.
Extension Basic Information
Name | |
ID | gfcbcbniigpoaleeohjieokjhhbpnojc |
Official URL | https://chrome.google.com/webstore/detail/novedades-en-netflix/gfcbcbniigpoaleeohjieokjhhbpnojc |
Description | Agrega Novedades a las opciones de Netflix |
File Size | 213 KB |
Installation Count | 74 |
Current Version | 1.0.0 |
Last Updated | 2014-02-25 |
Publish Date | 2014-02-25 |
Rating | 5.00/5 Total 6 Ratings |
Developer | edgargutierrezpiceno |
Payment Type | free |
Supported Languages | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Novedades en Netflix", "version": "1.0.0", "manifest_version": 2, "description": "Agrega Novedades a las opciones de Netflix", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "http:\/\/www.netflix.com\/*", "https:\/\/www.netflix.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.netflix.com\/*", "https:\/\/www.netflix.com\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ], "run_at": "document_end" } ] } |