Netflix with Elapsed Time
Netflix with Elapsed Time displays the elapsed time from the beginning.
Netflix with Elapsed Time là gì?
Netflix with Elapsed Time là một tiện ích mở rộng Chrome được phát triển bởi Joseph Mpo Yeti, và tính năng chính của nó là "Netflix with Elapsed Time displays the elapsed time from the beginning.".
Ả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 with Elapsed Time
Tải xuống các tệp mở rộng Netflix with Elapsed Time 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 with Elapsed Time displays the elapsed time from the beginning. If it does not work from the start, simply reload the page. It will only work when actually watching a video. Please, rate and leave a review if you like this extension. I would also appreciate any feedback on how to give you a better experience.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | knglmjodeneocikihhehegeifgabkjfa |
URL Chính Thức | https://chromewebstore.google.com/detail/netflix-with-elapsed-time/knglmjodeneocikihhehegeifgabkjfa |
Mô tả | Netflix with Elapsed Time displays the elapsed time from the beginning. |
Kích Thước Tệp | 25.48 KB |
Số Lần Cài Đặt | 1,067 |
Phiên Bản Hiện Tại | 2.2.0 |
Cập Nhật Lần Cuối | 2024-01-12 |
Ngày Phát Hành | 2020-07-04 |
Đánh Giá | 4.23/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Joseph Mpo Yeti |
[email protected] | |
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": 3, "name": "Netflix with Elapsed Time", "version": "2.2.0", "author": "Joseph Mpo Yeti", "description": "Netflix with Elapsed Time displays the elapsed time from the beginning.", "host_permissions": [ "https:\/\/www.netflix.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "all_frames": true, "js": [ "scripts\/main.js" ], "css": [ "styles\/main.css" ] } ], "action": { "default_title": "Netflix with Elapsed Time", "default_icon": { "512": "img\/icon512.png" } }, "icons": { "64": "img\/icon64.png", "128": "img\/icon128.png", "512": "img\/icon512.png" } } |