Never Ending Netflix

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

Never Ending Netflix là gì?

Never Ending Netflix là một tiện ích mở rộng Chrome được phát triển bởi https://jonlu.ca, và tính năng chính của nó là "Automatically play next episode, skip title sequences, skip "Are you still watching?" prompts, and search over 3000 genres!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Never Ending Netflix

Tải xuống các tệp mở rộng Never Ending Netflix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Never Ending Netflix Never Ending Netflix
ID hdadmgabliibighlbejhlglfjgplfmhb
URL Chính Thức https://chromewebstore.google.com/detail/never-ending-netflix/hdadmgabliibighlbejhlglfjgplfmhb
Mô tả Automatically play next episode, skip title sequences, skip "Are you still watching?" prompts, and search over 3000 genres!
Kích Thước Tệp 380 KB
Số Lần Cài Đặt 66,454
Phiên Bản Hiện Tại 2.7
Cập Nhật Lần Cuối 2022-05-14
Ngày Phát Hành 2020-01-08
Đánh Giá 3.58/5 Tổng số 72 Đánh Giá
Nhà Phát Triển https://jonlu.ca
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jonluca/Never-Ending-Netflix
URL Trang Trợ Giúp https://jonlu.ca
URL Trang Chính Sách Bảo Mật https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}