Remove YouTube Recommended Video 2024
Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)
Remove YouTube Recommended Video 2024 là gì?
Remove YouTube Recommended Video 2024 là một tiện ích mở rộng Chrome được phát triển bởi zakirullahkhan6269, và tính năng chính của nó là "Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)".
Ả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 Recommended Video 2024
Tải xuống các tệp mở rộng Remove YouTube Recommended Video 2024 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
Download the Extension This Extension will Hide all YouTube distraction just on one click. Only video player will be shown to you. * Click on the extension icon * Click on the YouTube icon to open YouTube (If not open) * Click on the (ON & OFF) button to use extension features. "The use of the YouTube(TM) name or trademark is for identification, reference or descriptive purposes only and does not imply any association with YouTube(TM) or their product brand".
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Remove YouTube Recommended Video 2024 |
ID | ickohbpkcokghhopdfbhaoiakgpkekkh |
URL Chính Thức | https://chromewebstore.google.com/detail/remove-youtube-recommende/ickohbpkcokghhopdfbhaoiakgpkekkh |
Mô tả | Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other) |
Kích Thước Tệp | 6.29 MB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2024-02-24 |
Ngày Phát Hành | 2023-07-27 |
Đánh Giá | 4.43/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | zakirullahkhan6269 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove YouTube Recommended Video 2024", "short_name": "EAYRV", "version": "1.3", "manifest_version": 3, "description": "Block all distraction on YouTube like (Comments,related Videos, homepage, trending, tabs, searchbar, trending and many other)", "icons": { "128": "icons\/128.png", "256": "icons\/256.png" }, "action": { "default_icon": "icons\/128.png", "default_title": "EAYRV", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "\/style.css", "css\/jquery-confirm.css" ], "js": [ "js\/jquery.min.js", "js\/sweetAlert.min.js", "js\/jquery-confirm.js", "js\/script.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "storage" ], "background": { "service_worker": "background.js" } } |