Comment Hider for YouTube™
Adds a button below the video description to hide/show the comments (for YouTube™)
Comment Hider for YouTube™ là gì?
Comment Hider for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi http://heithe.com, và tính năng chính của nó là "Adds a button below the video description to hide/show the comments (for YouTube™)".
Ả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 Comment Hider for YouTube™
Tải xuống các tệp mở rộng Comment Hider for YouTube™ 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
Adds a button below the video description to hide/show the comments (for YouTube™) Web: http://www.heithe.com/ Email: [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bpalkidfdmcoobbgncphknpfnidbldbj |
URL Chính Thức | https://chrome.google.com/webstore/detail/comment-hider-for-youtube/bpalkidfdmcoobbgncphknpfnidbldbj |
Mô tả | Adds a button below the video description to hide/show the comments (for YouTube™) |
Kích Thước Tệp | 33.75 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 0.5 |
Cập Nhật Lần Cuối | 2013-03-19 |
Ngày Phát Hành | 2013-03-19 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://heithe.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.heithe.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comment Hider for YouTube\u2122", "description": "Adds a button below the video description to hide\/show the comments (for YouTube\u2122)", "version": "0.5", "manifest_version": 2, "icons": { "16": "app_icon_16.png", "48": "app_icon_48.png", "128": "app_icon_128.png" }, "content_scripts": [ { "js": [ "ht_yct.js" ], "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ] } |