Netflix Resume

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

Netflix Resume là gì?

Netflix Resume là một tiện ích mở rộng Chrome được phát triển bởi Thomas Soria, và tính năng chính của nó là "Adds netflix.com/resume and redirects netflix.com/browse".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Netflix Resume

Tải xuống các tệp mở rộng Netflix Resume dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Netflix Resume Netflix Resume
ID hbpellkaahhklhiiapfchhnhiboeojma
URL Chính Thức https://chromewebstore.google.com/detail/netflix-resume/hbpellkaahhklhiiapfchhnhiboeojma
Mô tả Adds netflix.com/resume and redirects netflix.com/browse
Kích Thước Tệp 129 KB
Số Lần Cài Đặt 306
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2017-02-13
Ngày Phát Hành 2017-02-12
Nhà Phát Triển Thomas Soria
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}