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!”。
扩展截图
下载Never Ending Netflix扩展crx文件
下载Never Ending Netflix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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\/*" ] } |