Youtube - Noise Control
This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…
Youtube - Noise Control là gì?
Youtube - Noise Control là một tiện ích mở rộng Chrome được phát triển bởi Anders Moberg, và tính năng chính của nó là "This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…".
Tải xuống tệp CRX của tiện ích mở rộng Youtube - Noise Control
Tải xuống các tệp mở rộng Youtube - Noise Control 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
This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and recommended videos get hidden.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Youtube - Noise Control |
ID | kibcpalpaedgigdjphcplmeligepkiem |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-noise-control/kibcpalpaedgigdjphcplmeligepkiem |
Mô tả | This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and… |
Kích Thước Tệp | 3.3 KB |
Số Lần Cài Đặt | 51 |
Phiên Bản Hiện Tại | 0.11 |
Cập Nhật Lần Cuối | 2016-12-14 |
Ngày Phát Hành | 2016-12-14 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Anders Moberg |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://a-moberg.com/ |
URL Trang Trợ Giúp | https://github.com/AndersMoberg/YoutubeInterfaceDenoiser/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube - Noise Control", "version": "0.11", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "youtube.css" ] } ] } |