Never Ending Netflix

Automatically play next episode, skip title sequences, skip "Are you still watching?" prompts, and search over 3000 genres!

Never Ending Netflix란 무엇입니까?

Never Ending Netflix은(는) https://jonlu.ca에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically play next episode, skip title sequences, skip "Are you still watching?" prompts, and search over 3000 genres!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        NEN is a chrome extension that improves the Netflix experience for power users. It's features include:

* Automatically skip intros
* Automatically play the next episode OR always watch the credits!
* Skip the popups that ask if you're "Still here?" after 8 hours
* Search over 3000 genres from the options page!
* Disable auto play of shows on the home page                    

확장 프로그램 기본 정보

이름 Never Ending Netflix Never Ending Netflix
ID hdadmgabliibighlbejhlglfjgplfmhb
공식 URL https://chromewebstore.google.com/detail/never-ending-netflix/hdadmgabliibighlbejhlglfjgplfmhb
설명 Automatically play next episode, skip title sequences, skip "Are you still watching?" prompts, and search over 3000 genres!
파일 크기 380 KB
설치 횟수 66,454
현재 버전 2.7
최근 업데이트 2022-05-14
출시 날짜 2020-01-08
평점 3.58/5 총 72 개의 평점
개발자 https://jonlu.ca
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jonluca/Never-Ending-Netflix
도움말 페이지 URL https://jonlu.ca
개인정보 보호 정책 페이지 URL https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_manifest_name__",
    "description": "__MSG_manifest_description__",
    "version": "2.7",
    "permissions": [
        "*:\/\/*.netflix.com\/*",
        "*:\/\/*.netflix.co.uk\/*",
        "*:\/\/*.netflix.ar\/*",
        "*:\/\/*.netflix.au\/*",
        "*:\/\/*.netflix.br\/*",
        "*:\/\/*.netflix.ca\/*",
        "*:\/\/*.netflix.fr\/*",
        "*:\/\/*.netflix.de\/*",
        "*:\/\/*.netflix.cz\/*",
        "*:\/\/*.netflix.hk\/*",
        "*:\/\/*.netflix.in\/*",
        "*:\/\/*.netflix.jp\/*",
        "*:\/\/*.netflix.lt\/*",
        "*:\/\/*.netflix.no\/*",
        "*:\/\/*.netflix.nl\/*",
        "*:\/\/*.netflix.pl\/*",
        "*:\/\/*.netflix.ru\/*",
        "*:\/\/*.netflix.sg\/*",
        "*:\/\/*.netflix.sk\/*",
        "*:\/\/*.netflix.es\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.netflix.co.uk\/*",
                "*:\/\/*.netflix.ar\/*",
                "*:\/\/*.netflix.au\/*",
                "*:\/\/*.netflix.br\/*",
                "*:\/\/*.netflix.ca\/*",
                "*:\/\/*.netflix.fr\/*",
                "*:\/\/*.netflix.de\/*",
                "*:\/\/*.netflix.cz\/*",
                "*:\/\/*.netflix.hk\/*",
                "*:\/\/*.netflix.in\/*",
                "*:\/\/*.netflix.jp\/*",
                "*:\/\/*.netflix.lt\/*",
                "*:\/\/*.netflix.no\/*",
                "*:\/\/*.netflix.nl\/*",
                "*:\/\/*.netflix.pl\/*",
                "*:\/\/*.netflix.ru\/*",
                "*:\/\/*.netflix.sg\/*",
                "*:\/\/*.netflix.sk\/*",
                "*:\/\/*.netflix.es\/*"
            ],
            "js": [
                "js\/libs\/jquery.js",
                "js\/selectors.js",
                "js\/common.js",
                "NEN.js"
            ]
        }
    ],
    "icons": {
        "64": "images\/icon64.png",
        "32": "images\/icon32.png",
        "38": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/selectors.js",
            "js\/common.js",
            "js\/hot-reload.js"
        ]
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_manifest_name__"
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/jonlu.ca",
    "web_accessible_resources": [
        "js\/*",
        "data\/*"
    ]
}