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 擴展基本資訊
| 名稱 | |
| ID | hdadmgabliibighlbejhlglfjgplfmhb |
| 官方網址 | 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\/*"
]
} | |