No Youtube Studio Comment Widget
Remove the last comment widget from youtube studio
No Youtube Studio Comment Widget là gì?
No Youtube Studio Comment Widget là một tiện ích mở rộng Chrome được phát triển bởi RetroBoyDev, và tính năng chính của nó là "Remove the last comment widget from youtube studio".
Ả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 No Youtube Studio Comment Widget
Tải xuống các tệp mở rộng No Youtube Studio Comment Widget 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
Remove the last comments widget from the youtube studio dashboard
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | No Youtube Studio Comment Widget |
ID | gpdhpiginbghlgogopajjfmiggodhbee |
URL Chính Thức | https://chromewebstore.google.com/detail/no-youtube-studio-comment/gpdhpiginbghlgogopajjfmiggodhbee |
Mô tả | Remove the last comment widget from youtube studio |
Kích Thước Tệp | 43.39 KB |
Số Lần Cài Đặt | 11,963 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-05-10 |
Ngày Phát Hành | 2023-05-09 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | RetroBoyDev |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://bit.ly/retro-privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "No Youtube Studio Comment Widget", "version": "1.0", "description": "Remove the last comment widget from youtube studio", "content_scripts": [ { "run_at": "document_idle", "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/studio.youtube.com\/*" ] } ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } } |