Netflix Resume

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

Apa itu Netflix Resume?

Netflix Resume adalah ekstensi Chrome yang dikembangkan oleh Thomas Soria, dan fitur utamanya adalah "Adds netflix.com/resume and redirects netflix.com/browse".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Netflix Resume

Unduh file ekstensi Netflix Resume dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Netflix Resume Netflix Resume
ID hbpellkaahhklhiiapfchhnhiboeojma
URL Resmi https://chromewebstore.google.com/detail/netflix-resume/hbpellkaahhklhiiapfchhnhiboeojma
Deskripsi Adds netflix.com/resume and redirects netflix.com/browse
Ukuran File 129 KB
Jumlah Instalasi 306
Versi Saat Ini 1.5
Terakhir Diperbarui 2017-02-13
Tanggal Publikasi 2017-02-12
Pengembang Thomas Soria
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}