Remove YouTube™ Tab Number
Removes the number of notifications in parentheses that YouTube displays on tabs
Remove YouTube™ Tab Number là gì?
Remove YouTube™ Tab Number là một tiện ích mở rộng Chrome được phát triển bởi rossolve.it, và tính năng chính của nó là "Removes the number of notifications in parentheses that YouTube displays on tabs".
Ả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 Remove YouTube™ Tab Number
Tải xuống các tệp mở rộng Remove YouTube™ Tab Number 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
Would you prefer not to have your number of YouTube™ notifications on every YouTube™ tab? Do all of your YouTube™ tabs look the same when you have many tabs open? Don't want the number included in your bookmarks or saved links? Is it information that you don't need to be reminded about? If so, this simple Chrome extension will dynamically remove the number (and the parentheses) from any new YouTube™ tabs that you open after installing it. I'm finding it useful while there (currently) isn't an official setting to turn this number off. I've uploaded it here in case anyone else was also looking for the "off switch". Hope it helps.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Remove YouTube™ Tab Number |
ID | mbdhdllcfaijbnebmfnglclcgfopejop |
URL Chính Thức | https://chromewebstore.google.com/detail/remove-youtube-tab-number/mbdhdllcfaijbnebmfnglclcgfopejop |
Mô tả | Removes the number of notifications in parentheses that YouTube displays on tabs |
Kích Thước Tệp | 25.22 KB |
Số Lần Cài Đặt | 549 |
Phiên Bản Hiện Tại | 0.5 |
Cập Nhật Lần Cuối | 2020-06-27 |
Ngày Phát Hành | 2020-06-27 |
Đánh Giá | 4.42/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | rossolve.it |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove YouTube\u2122 Tab Number", "version": "0.5", "description": "Removes the number of notifications in parentheses that YouTube displays on tabs", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "icons": { "48": "rytn-icon-48.png", "128": "rytn-icon-128.png" }, "manifest_version": 2 } |