Netflix Resume
Adds netflix.com/resume and redirects netflix.com/browse
Cos'è Netflix Resume?
Netflix Resume è un'estensione di Chrome sviluppata da Thomas Soria, e la sua funzione principale è "Adds netflix.com/resume and redirects netflix.com/browse".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Netflix Resume
Scarica i file di estensione Netflix Resume in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Netflix Resume |
ID | hbpellkaahhklhiiapfchhnhiboeojma |
URL Ufficiale | https://chromewebstore.google.com/detail/netflix-resume/hbpellkaahhklhiiapfchhnhiboeojma |
Descrizione | Adds netflix.com/resume and redirects netflix.com/browse |
Dimensione del File | 129 KB |
Conteggio Installazioni | 306 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2017-02-13 |
Data di Pubblicazione | 2017-02-12 |
Sviluppatore | Thomas Soria |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |