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 |
| 公式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 |
| Eメール | [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\/*"
]
} | |