Netflix Resume
Adds netflix.com/resume and redirects netflix.com/browse
Wat is Netflix Resume?
Netflix Resume is een Chrome-extensie ontwikkeld door Thomas Soria, en de belangrijkste functie is "Adds netflix.com/resume and redirects netflix.com/browse".
Extensie Screenshots
Download het CRX-bestand van de extensie Netflix Resume
Download Netflix Resume-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Netflix Resume |
ID | hbpellkaahhklhiiapfchhnhiboeojma |
Officiële URL | https://chromewebstore.google.com/detail/netflix-resume/hbpellkaahhklhiiapfchhnhiboeojma |
Beschrijving | Adds netflix.com/resume and redirects netflix.com/browse |
Bestandsgrootte | 129 KB |
Aantal Installaties | 306 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2017-02-13 |
Publicatiedatum | 2017-02-12 |
Ontwikkelaar | Thomas Soria |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |