Netflix Pause Removal

Remove the pause between netflix episodes

Netflix Pause Removal란 무엇입니까?

Netflix Pause Removal은(는) Prescott Gallagher에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove the pause between netflix episodes"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        A simple application for the lazy, to not have to click the "Continue Watching" button in Netflix. It will remove the UI Permanently, so you can continue your binge session.

It's free once again, if you feel like donating;
https://www.paypal.me/PrescottGallagher

Versions & Updates:
1.2.1 : Graphical Updates / Bugfixes
1.2.0 : Patched Netflix December 2017 Update
1.1.0 : Patched Netflix March 2016 Update
1.0.2 : Speed & Efficiency Increased
1.0.1 : Initial Release                    

확장 프로그램 기본 정보

이름 Netflix Pause Removal Netflix Pause Removal
ID mfekcpndbpdgjjfahekhncdfegkhbghg
공식 URL https://chromewebstore.google.com/detail/netflix-pause-removal/mfekcpndbpdgjjfahekhncdfegkhbghg
설명 Remove the pause between netflix episodes
파일 크기 11.93 KB
설치 횟수 12,666
현재 버전 1.2.1
최근 업데이트 2018-07-26
출시 날짜 2018-07-26
평점 3.44/5 총 185 개의 평점
개발자 Prescott Gallagher
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Pause Removal",
    "version": "1.2.1",
    "author": "Prescott Gallagher",
    "description": "Remove the pause between netflix episodes",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "short_name": "Netflix PR",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}