Netflix Pause Removal
Remove the pause between netflix episodes
Netflix Pause Removal là gì?
Netflix Pause Removal là một tiện ích mở rộng Chrome được phát triển bởi Prescott Gallagher, và tính năng chính của nó là "Remove the pause between netflix episodes".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Netflix Pause Removal
Tải xuống các tệp mở rộng Netflix Pause Removal 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Netflix Pause Removal |
ID | mfekcpndbpdgjjfahekhncdfegkhbghg |
URL Chính Thức | https://chromewebstore.google.com/detail/netflix-pause-removal/mfekcpndbpdgjjfahekhncdfegkhbghg |
Mô tả | Remove the pause between netflix episodes |
Kích Thước Tệp | 11.93 KB |
Số Lần Cài Đặt | 12,666 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2018-07-26 |
Ngày Phát Hành | 2018-07-26 |
Đánh Giá | 3.44/5 Tổng số 185 Đánh Giá |
Nhà Phát Triển | Prescott Gallagher |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |