Netflix Resume

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

Was ist Netflix Resume?

Netflix Resume ist eine Chrome-Erweiterung, die von Thomas Soria entwickelt wurde, und ihr Hauptmerkmal ist "Adds netflix.com/resume and redirects netflix.com/browse".

Erweiterungsscreenshots

screenshot

Netflix Resume-Erweiterungs-CRX-Datei herunterladen

Laden Sie Netflix Resume-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Netflix Resume Netflix Resume
ID hbpellkaahhklhiiapfchhnhiboeojma
Offizielle URL https://chromewebstore.google.com/detail/netflix-resume/hbpellkaahhklhiiapfchhnhiboeojma
Beschreibung Adds netflix.com/resume and redirects netflix.com/browse
Dateigröße 129 KB
Installationsanzahl 306
Aktuelle Version 1.5
Letztes Update 2017-02-13
Veröffentlichungsdatum 2017-02-12
Entwickler Thomas Soria
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}