ONLY SEARCH BAR for YouTube mobile version
This extension can remove YouTube Contents. This extension is mobile version.
ONLY SEARCH BAR for YouTube mobile version là gì?
ONLY SEARCH BAR for YouTube mobile version là một tiện ích mở rộng Chrome được phát triển bởi yeh-john, và tính năng chính của nó là "This extension can remove YouTube Contents. This extension is mobile version.".
Ả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 ONLY SEARCH BAR for YouTube mobile version
Tải xuống các tệp mở rộng ONLY SEARCH BAR for YouTube mobile version 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
Don't waste your time on meaningless videos. Spend less time on YouTube. Customize YouTube homepage to be less engaging. This extension hides videos and contents on YouTube homepage and leave search bar on Youtube to be less engaging. Features: ● Remove recommendations videos ● Remove homepage elements ● Remove homepage videos ● Remove homepage contents ● Compatible with the YouTube mobile site. Why should I use this plugin? The YouTube recommendation algorithm optimizes for the most engaging videos,So YouTube will recommend many engaging video However, there are some videos that make no sense. Don't waste your time on meaningless videos. So download ONLY SEARCH BAR for YouTube and remove unwanted YouTube videos as you pleases. Support: Leave a Good Review. Computer version: https://chrome.google.com/webstore/detail/fefhpjjmjihdihemekaamlgadgkhhaeh?authuser=0&hl=en
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ONLY SEARCH BAR for YouTube mobile version |
ID | fmnchdjkepneijedjjglhmgocneikome |
URL Chính Thức | https://chromewebstore.google.com/detail/only-search-bar-for-youtu/fmnchdjkepneijedjjglhmgocneikome |
Mô tả | This extension can remove YouTube Contents. This extension is mobile version. |
Kích Thước Tệp | 6.87 KB |
Số Lần Cài Đặt | 61 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2022-10-20 |
Ngày Phát Hành | 2022-10-19 |
Nhà Phát Triển | yeh-john |
[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": "ONLY SEARCH BAR for YouTube mobile version", "description": "This extension can remove YouTube Contents. This extension is mobile version.", "version": "0.1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/m.youtube.com\/" ], "css": [ "script.css" ], "run_at": "document_start" } ], "action": { "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/m.youtube.com\/" ], "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" } } |