Netflix Resume

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

Netflix Resume란 무엇입니까?

Netflix Resume은(는) Thomas Soria에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds netflix.com/resume and redirects netflix.com/browse"입니다.

확장 프로그램 스크린샷

screenshot

Netflix Resume 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}