Netflix Resume

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

Netflix Resumeคืออะไร?

Netflix Resume เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thomas Soria และคุณลักษณะหลักของมันคือ "Adds netflix.com/resume and redirects netflix.com/browse"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflix Resume

ดาวน์โหลดไฟล์ส่วนขยาย Netflix Resume ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Netflix Resume Netflix Resume
ID hbpellkaahhklhiiapfchhnhiboeojma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/netflix-resume/hbpellkaahhklhiiapfchhnhiboeojma
คำอธิบาย Adds netflix.com/resume and redirects netflix.com/browse
ขนาดไฟล์ 129 KB
จำนวนการติดตั้ง 306
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2017-02-13
วันที่เผยแพร่ 2017-02-12
ผู้พัฒนา Thomas Soria
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/*"
    ]
}