Netflix Resume
Adds netflix.com/resume and redirects netflix.com/browse
Co je Netflix Resume?
Netflix Resume je rozšíření Chrome vyvinuté Thomas Soria, a jeho hlavní funkcí je „Adds netflix.com/resume and redirects netflix.com/browse“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Netflix Resume
Stáhněte si soubory rozšíření Netflix Resume ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Netflix Resume |
ID | hbpellkaahhklhiiapfchhnhiboeojma |
Oficiální URL | https://chromewebstore.google.com/detail/netflix-resume/hbpellkaahhklhiiapfchhnhiboeojma |
Popis | Adds netflix.com/resume and redirects netflix.com/browse |
Velikost souboru | 129 KB |
Počet instalací | 306 |
Aktuální Verze | 1.5 |
Poslední Aktualizace | 2017-02-13 |
Datum Vydání | 2017-02-12 |
Vývojář | Thomas Soria |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } |