Netflix Progress Bar
Adds a permanent progress bar below Netflix videos. Works in fullscreen. Source: https://github.com/bggrund/NetflixProgressBar
Netflix Progress Bar là gì?
Netflix Progress Bar là một tiện ích mở rộng Chrome được phát triển bởi bggrund, và tính năng chính của nó là "Adds a permanent progress bar below Netflix videos. Works in fullscreen. Source: https://github.com/bggrund/NetflixProgressBar".
Ả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 Progress Bar
Tải xuống các tệp mở rộng Netflix Progress Bar 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
Adds a permanent progress bar below Netflix videos. Works in fullscreen. Source: https://github.com/bggrund/NetflixProgressBar
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Netflix Progress Bar |
ID | fgfpffcjpmpnlfkibffdeddjohgbieka |
URL Chính Thức | https://chromewebstore.google.com/detail/netflix-progress-bar/fgfpffcjpmpnlfkibffdeddjohgbieka |
Mô tả | Adds a permanent progress bar below Netflix videos. Works in fullscreen. Source: https://github.com/bggrund/NetflixProgressBar |
Kích Thước Tệp | 5.56 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-07-19 |
Ngày Phát Hành | 2021-07-18 |
Nhà Phát Triển | bggrund |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/bggrund/NetflixProgressBar |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Progress Bar", "version": "1.0", "permissions": [ "*:\/\/*.netflix.com\/*" ], "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "content-script.js" ], "css": [ "content-script.css" ], "run_at": "document_idle" } ] } |