Netflix Resume

Adds netflix.com/resume and redirects netflix.com/browse

What is Netflix Resume?

Netflix Resume is a Chrome extension developed by Thomas Soria, and its main feature is "Adds netflix.com/resume and redirects netflix.com/browse".

Extension Screenshots

screenshot

Download Netflix Resume Extension CRX File

Download Netflix Resume 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

                        This extension allows you to automatically resume playback of your latest show by going to:
https://www.netflix.com/resume

This will also redirect Netflix's home page to the title card of your latest show. Not only will this load faster than the default page, but it also guarantees that your "continue watching" selection is on top.

Note: After adding this extension, you must start watching at least one show before these changes can take effect.

The source-code for this extension can be found here: https://github.com/soriat/NetflixResume                    

Extension Basic Information

Name Netflix Resume Netflix Resume
ID hbpellkaahhklhiiapfchhnhiboeojma
Official URL https://chromewebstore.google.com/detail/netflix-resume/hbpellkaahhklhiiapfchhnhiboeojma
Description Adds netflix.com/resume and redirects netflix.com/browse
File Size 129 KB
Installation Count 306
Current Version 1.5
Last Updated 2017-02-13
Publish Date 2017-02-12
Developer Thomas Soria
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5",
    "manifest_version": 2,
    "name": "Netflix Resume",
    "short_name": "Netflix Resume",
    "author": "Thomas Soria",
    "description": "Adds netflix.com\/resume and redirects netflix.com\/browse",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.netflix.com\/*"
    ]
}