Remove from Feed Button for YouTube
Easily remove items from your YouTube subscription feed with a single click
Remove from Feed Button for YouTube là gì?
Remove from Feed Button for YouTube là một tiện ích mở rộng Chrome được phát triển bởi Jerome Dane, và tính năng chính của nó là "Easily remove items from your YouTube subscription feed with a single click".
Ả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 from Feed Button for YouTube
Tải xuống các tệp mở rộng Remove from Feed Button 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
Puts "X" button to the right of each videos in your YouTube subscription feed to allow removing videos with a single click. Please report issues at https://goo.gl/4IgEU1 GitHub: https://goo.gl/2NK3T Like this? You could buy me a cop of coffee: http://goo.gl/xzEAG Follow me for updates on other projects: Github: https://goo.gl/nYUgZm Google: http://goo.gl/brcnw Twitter: http://goo.gl/UTh0W Facebook: http://goo.gl/OwKIG
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Remove from Feed Button for YouTube |
ID | ogclfblkiagkkfpdbbbphchgfkieecml |
URL Chính Thức | https://chromewebstore.google.com/detail/remove-from-feed-button-f/ogclfblkiagkkfpdbbbphchgfkieecml |
Mô tả | Easily remove items from your YouTube subscription feed with a single click |
Kích Thước Tệp | 48.05 KB |
Số Lần Cài Đặt | 549 |
Phiên Bản Hiện Tại | 0.0.7 |
Cập Nhật Lần Cuối | 2015-11-21 |
Ngày Phát Hành | 2015-11-21 |
Đánh Giá | 3.67/5 Tổng số 43 Đánh Giá |
Nhà Phát Triển | Jerome Dane |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/JeromeDane/YouTube-Remove-From-Feed-Button |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove from Feed Button for YouTube", "description": "Easily remove items from your YouTube subscription feed with a single click", "version": "0.0.7", "options_page": "options.html", "permissions": [ "http:\/\/www.youtube.com\/feed\/subscriptions*", "https:\/\/www.youtube.com\/feed\/subscriptions*" ], "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "web_accessible_resources": [ "images\/close_16_r8.png" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ] } |