HerpDerpTube
HerpDerp filter for YouTube comments
HerpDerpTube là gì?
HerpDerpTube là một tiện ích mở rộng Chrome được phát triển bởi Dan Orzechowski, và tính năng chính của nó là "HerpDerp filter for YouTube comments".
Ả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 HerpDerpTube
Tải xuống các tệp mở rộng HerpDerpTube 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
looks like the original extension is back in development! awesome! please use that one instead of this one since it works on more browsers. It's found here: https://chrome.google.com/webstore/detail/ioomnmgjblnnolpdgdhebainmfbipjoh https://github.com/twstokes/herpderp thanks, and happy derping! -- Replaces Youtube comment text with "herp derp" as a sanity-preserving measure. Click on each comment to restore its original text.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HerpDerpTube |
ID | kjfnijmpdionkaaedkcnngbfkcbknioa |
URL Chính Thức | https://chromewebstore.google.com/detail/herpderptube/kjfnijmpdionkaaedkcnngbfkcbknioa |
Mô tả | HerpDerp filter for YouTube comments |
Kích Thước Tệp | 137 KB |
Số Lần Cài Đặt | 268 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2016-11-20 |
Ngày Phát Hành | 2016-11-20 |
Đánh Giá | 4.29/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | Dan Orzechowski |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/orzechowskid/herpderptube |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HerpDerpTube", "description": "HerpDerp filter for YouTube comments", "version": "1.3", "icons": { "48": "images\/48.png", "96": "images\/96.png" }, "web_accessible_resources": [ "lib\/jquery-2.0.3.min.js", "lib\/jquery-2.0.3.min.map" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "lib\/jquery-2.0.3.min.js", "src\/herpderp.js" ] } ], "permissions": [ "*:\/\/*.youtube.com\/*" ] } |