Netflix Continue Watching

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

What is Netflix Continue Watching?

Netflix Continue Watching is a Chrome extension developed by michaelcook.tech, and its main feature is "Moves the 'Continue Watching' section to the top of your Netflix page!".

Extension Screenshots

screenshot

Download Netflix Continue Watching Extension CRX File

Download Netflix Continue Watching 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

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

Extension Basic Information

Name Netflix Continue Watching Netflix Continue Watching
ID oaebpedoiblbapimeeeclbapilnmlpgm
Official URL https://chrome.google.com/webstore/detail/netflix-continue-watching/oaebpedoiblbapimeeeclbapilnmlpgm
Description Moves the 'Continue Watching' section to the top of your Netflix page!
File Size 133 KB
Installation Count 890
Current Version 1.0.4
Last Updated 2016-10-06
Publish Date 2016-10-06
Rating 2.80/5 Total 10 Ratings
Developer michaelcook.tech
Payment Type free
Extension Website http://yays.co
Supported Languages 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"
}