Netflix Pause Removal
Remove the pause between netflix episodes
什么是Netflix Pause Removal?
Netflix Pause Removal是由Prescott Gallagher开发的Chrome扩展程序,该扩展的主要功能是“Remove the pause between netflix episodes”。
扩展截图
下载Netflix Pause Removal扩展crx文件
下载Netflix Pause Removal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple application for the lazy, to not have to click the "Continue Watching" button in Netflix. It will remove the UI Permanently, so you can continue your binge session. It's free once again, if you feel like donating; https://www.paypal.me/PrescottGallagher Versions & Updates: 1.2.1 : Graphical Updates / Bugfixes 1.2.0 : Patched Netflix December 2017 Update 1.1.0 : Patched Netflix March 2016 Update 1.0.2 : Speed & Efficiency Increased 1.0.1 : Initial Release
扩展基本信息
名称 | Netflix Pause Removal |
ID | mfekcpndbpdgjjfahekhncdfegkhbghg |
官方URL | https://chromewebstore.google.com/detail/netflix-pause-removal/mfekcpndbpdgjjfahekhncdfegkhbghg |
简介 | Remove the pause between netflix episodes |
文件大小 | 11.93 KB |
安装次数 | 12,666 |
当前版本 | 1.2.1 |
更新时间 | 2018-07-26 |
上架时间 | 2018-07-26 |
评分 | 3.44/5 共185次评分 |
开发者 | Prescott Gallagher |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Pause Removal", "version": "1.2.1", "author": "Prescott Gallagher", "description": "Remove the pause between netflix episodes", "browser_action": { "default_icon": "icon.png" }, "short_name": "Netflix PR", "content_scripts": [ { "matches": [ "*:\/\/www.netflix.com\/*" ], "js": [ "background.js" ] } ] } |