Netflix Resume

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

Co to jest Netflix Resume?

Netflix Resume to rozszerzenie Chrome opracowane przez Thomas Soria, a jego główną funkcją jest „Adds netflix.com/resume and redirects netflix.com/browse”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Netflix Resume

Pobierz pliki rozszerzeń Netflix Resume w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Netflix Resume Netflix Resume
ID hbpellkaahhklhiiapfchhnhiboeojma
Oficjalny URL https://chromewebstore.google.com/detail/netflix-resume/hbpellkaahhklhiiapfchhnhiboeojma
Opis Adds netflix.com/resume and redirects netflix.com/browse
Rozmiar pliku 129 KB
Liczba instalacji 306
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2017-02-13
Data Publikacji 2017-02-12
Deweloper Thomas Soria
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}