YouTube progress in tab (favicon)
Shows the progress of the video as a bar in the tab by changing the favicon. It also shows if the video is playing or is paused
YouTube progress in tab (favicon) là gì?
YouTube progress in tab (favicon) là một tiện ích mở rộng Chrome được phát triển bởi Andrei, và tính năng chính của nó là "Shows the progress of the video as a bar in the tab by changing the favicon. It also shows if the video is playing or is paused".
Ả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 YouTube progress in tab (favicon)
Tải xuống các tệp mở rộng YouTube progress in tab (favicon) 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
0.3: - Favicon now changes the white "play" symbol white a "pause" symbol when video is paused/stopped - Progress bar for playing videos is now red - Added a white background to the progress bar for better visibility 0.2: - Paused/stopped videos now have a greyed out progress bar 0.1: - Initial release
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ocihcnaifpkaceaiiokcimplnnlanifp |
URL Chính Thức | https://chrome.google.com/webstore/detail/youtube-progress-in-tab-f/ocihcnaifpkaceaiiokcimplnnlanifp |
Mô tả | Shows the progress of the video as a bar in the tab by changing the favicon. It also shows if the video is playing or is paused |
Kích Thước Tệp | 8.26 KB |
Số Lần Cài Đặt | 678 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2018-02-10 |
Ngày Phát Hành | 2018-02-10 |
Đánh Giá | 2.08/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Andrei |
[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": "YouTube progress in tab (favicon)", "description": "Shows the progress of the video as a bar in the tab by changing the favicon. It also shows if the video is playing or is paused", "version": "0.3", "icons": { "48": "images\/48.png", "128": "images\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/watch*" ], "js": [ "functions.js", "content.js" ] }, { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "functions.js", "changedefaultfavicon.js" ] } ], "web_accessible_resources": [ "event.js" ], "permissions": [ "http:\/\/www.youtube.com\/" ] } |