Minimal YouTube Homepage
A minimalistic, Google like alternative to YouTube's homepage
Minimal YouTube Homepage là gì?
Minimal YouTube Homepage là một tiện ích mở rộng Chrome được phát triển bởi hcwtam, và tính năng chính của nó là "A minimalistic, Google like alternative to YouTube's homepage".
Ả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 Minimal YouTube Homepage
Tải xuống các tệp mở rộng Minimal YouTube Homepage 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
This extension helps you to become a less distracted, more productive person. Have you every found yourself wanting to look something up on YouTube, seeing a bunch of interesting video suggestions shown on screen, watching 5 of them in a row, and forgetting why you go to YouTube in the first place? If so, this is the perfect extension for you. A practical and simple person like you would enjoy this minimalistic, Google like alternative to YouTube's homepage.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Minimal YouTube Homepage |
ID | jkjgfpleclhnfnlnbhhodecfcpfdiblc |
URL Chính Thức | https://chromewebstore.google.com/detail/minimal-youtube-homepage/jkjgfpleclhnfnlnbhhodecfcpfdiblc |
Mô tả | A minimalistic, Google like alternative to YouTube's homepage |
Kích Thước Tệp | 10.33 KB |
Số Lần Cài Đặt | 711 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2022-11-10 |
Ngày Phát Hành | 2022-07-15 |
Đánh Giá | 5.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | hcwtam |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimal YouTube Homepage", "description": "A minimalistic, Google like alternative to YouTube's homepage", "version": "0.1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting", "webNavigation", "tabs" ], "host_permissions": [ "https:\/\/www.youtube.com\/" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |