Netflix Continue Watching

Moves the 'Continue Watching' section to the top of your Netflix page!

¿Qué es Netflix Continue Watching?

Netflix Continue Watching es una extensión de Chrome desarrollada por michaelcook.tech, y su función principal es "Moves the 'Continue Watching' section to the top of your Netflix page!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Netflix Continue Watching

Descarga archivos de extensión Netflix Continue Watching 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

                        Moves the 'Continue Watching' section to the top of your Netflix page!                    

Información Básica de la Extensión

Nombre Netflix Continue Watching Netflix Continue Watching
ID oaebpedoiblbapimeeeclbapilnmlpgm
URL Oficial https://chrome.google.com/webstore/detail/netflix-continue-watching/oaebpedoiblbapimeeeclbapilnmlpgm
Descripción Moves the 'Continue Watching' section to the top of your Netflix page!
Tamaño del Archivo 133 KB
Cantidad de Instalaciones 890
Versión Actual 1.0.4
Última Actualización 2016-10-06
Fecha de Publicación 2016-10-06
Calificación 2.80/5 Total de 10 Calificaciones
Desarrollador michaelcook.tech
Tipo de Pago free
Sitio Web de la Extensión http://yays.co
Idiomas Soportados en-GB
manifest.json
{
    "name": "Netflix Continue Watching",
    "version": "1.0.4",
    "description": "Moves the 'Continue Watching' section to the top of your Netflix page!",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": {
            "16": "icon16.png",
            "19": "icon19.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_icon": {
            "16": "icon16.png",
            "19": "icon19.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/browse"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}