Netflix Enhanced
Extension to enhance your Netflix experience
Netflix Enhanced là gì?
Netflix Enhanced là một tiện ích mở rộng Chrome được phát triển bởi T.A.E Developers, và tính năng chính của nó là "Extension to enhance your Netflix experience".
Ả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 Enhanced
Tải xuống các tệp mở rộng Netflix Enhanced 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
An extension for Netflix that enables the user to automatically skip introductions, recaps, interruptions and more. Options available to enable and disable features as desired. Disclaimer: NETFLIX is a trademark of Netflix, Inc.. This application is not affiliated with Netflix, Inc..
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Netflix Enhanced |
ID | gepdfpfaoconabdpgaaklcmgbagbponn |
URL Chính Thức | https://chromewebstore.google.com/detail/netflix-enhanced/gepdfpfaoconabdpgaaklcmgbagbponn |
Mô tả | Extension to enhance your Netflix experience |
Kích Thước Tệp | 104 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2020-05-31 |
Ngày Phát Hành | 2020-05-30 |
Nhà Phát Triển | T.A.E Developers |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Enhanced", "version": "0.0.6", "description": "Extension to enhance your Netflix experience", "icons": { "128": "images\/icons128.png", "48": "images\/icons48.png", "16": "images\/icons16.png" }, "options_ui": { "page": "options\/options.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "scripts\/global.js", "scripts\/variables.js", "scripts\/content.js", "scripts\/jquery.js" ] } ], "permissions": [ "*:\/\/www.netflix.com\/*", "storage" ] } |