FREE Upgrades for Netflix™!

FREE! Automatically play next episode, speed control, skip title sequences, and search over 3000 genres!

FREE Upgrades for Netflix™!란 무엇입니까?

FREE Upgrades for Netflix™!은(는) Free Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FREE! Automatically play next episode, speed control, skip title sequences, and search over 3000 genres!"입니다.

확장 프로그램 스크린샷

screenshot

FREE Upgrades for Netflix™! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Watch Netflix the way you want. Customize your viewing experience when you watch Netflix.

Binge watch episodes by having automatic play for next episode when the current episode ends
Save time by skipping title sequences
Hide auto play promoted videos
Control the speed at which videos play

Video speed rate option
It helps when you are bored with a slow movie, speed it up or you can slow down a movie if you are trying to learn a new foreign language.

** Disclaimer ** Netflix is a trademark of Netflix, this extension is not affiliated with Netflix.                    

확장 프로그램 기본 정보

이름 FREE Upgrades for Netflix™! FREE Upgrades for Netflix™!
ID iidlchgbbcokiekecelajlehbfmmfkko
공식 URL https://chromewebstore.google.com/detail/free-upgrades-for-netflix/iidlchgbbcokiekecelajlehbfmmfkko
설명 FREE! Automatically play next episode, speed control, skip title sequences, and search over 3000 genres!
파일 크기 401 KB
설치 횟수 1,207
현재 버전 3.0.0
최근 업데이트 2023-11-01
출시 날짜 2020-05-12
평점 4.11/5 총 9 개의 평점
개발자 Free Apps
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://word-pdf.freeonlineapps.net/privacy-policy
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/background-mv3.js"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_manifest_name__"
    },
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery.js",
                "js\/selectors.js",
                "js\/common.js",
                "html\/NEN.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_manifest_description__",
    "icons": {
        "128": "images\/icon-128.png",
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_manifest_name__",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.netflix.com\/*"
    ],
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "data\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/netflix-improved.freebusinessapps.net"
}