Youtube filter(hide watched)
Adds a filter to remove watched videos
Youtube filter(hide watched) là gì?
Youtube filter(hide watched) là một tiện ích mở rộng Chrome được phát triển bởi tpogih, và tính năng chính của nó là "Adds a filter to remove watched videos".
Ả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 filter(hide watched)
Tải xuống các tệp mở rộng Youtube filter(hide watched) 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
Removes watched videos from the list. You can easily find new videos on your favorite channel.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bdaeelkaallcpnhkdcenggcakegmejim |
URL Chính Thức | https://chrome.google.com/webstore/detail/youtube%C2%A0filterhide-watche/bdaeelkaallcpnhkdcenggcakegmejim |
Mô tả | Adds a filter to remove watched videos |
Kích Thước Tệp | 880 KB |
Số Lần Cài Đặt | 74 |
Phiên Bản Hiện Tại | 1.0.16 |
Cập Nhật Lần Cuối | 2022-09-07 |
Ngày Phát Hành | 2021-02-05 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | tpogih |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | de,en,es,pt-PT,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.0.16", "default_locale": "en", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "action": { "default_title": "__MSG_extensionName__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/jquery-3.5.1.min.js", "js\/content.js" ], "css": [ "css\/append.css" ] } ] } |