Netflix Tweaks
Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…
Netflix Tweaks là gì?
Netflix Tweaks là một tiện ích mở rộng Chrome được phát triển bởi Bernhard Caspar, và tính năng chính của nó là "Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles…".
Ả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 Tweaks
Tải xuống các tệp mở rộng Netflix Tweaks 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
Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles - Keep the credits rolling in full screen Options: You can individually enable/disable the tweaks. To access the options, either open this URL in chrome: chrome-extension://bdfekokoflbjbmdbpidnaechcechkbbg/options.html or go to Chrome Menu → More Tools → Extensions → Netflix Tweaks → Button 'Details' → Extension Options Source code on Github: https://github.com/bernhardc/netflix-tweaks
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Netflix Tweaks |
ID | bdfekokoflbjbmdbpidnaechcechkbbg |
URL Chính Thức | https://chromewebstore.google.com/detail/netflix-tweaks/bdfekokoflbjbmdbpidnaechcechkbbg |
Mô tả | Netflix Tweaks - Remove Hearing Impaired/CC parts (the stuff in [square brackets] from subtitles - Remove ♪lyrics♪ from subtitles… |
Kích Thước Tệp | 57.79 KB |
Số Lần Cài Đặt | 581 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2018-12-17 |
Ngày Phát Hành | 2018-12-17 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Bernhard Caspar |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/bernhardc/netflix-tweaks |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Tweaks", "version": "0.3", "manifest_version": 2, "permissions": [ "https:\/\/www.netflix.com\/*", "storage" ], "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "script.js" ] } ] } |