Youtube Video Search
Redirects the default google videos tab to search youtube, instead of the default google videos search.
Youtube Video Search là gì?
Youtube Video Search là một tiện ích mở rộng Chrome được phát triển bởi jabbersofficial, và tính năng chính của nó là "Redirects the default google videos tab to search youtube, instead of the default google videos search.".
Ả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 Youtube Video Search
Tải xuống các tệp mở rộng Youtube Video Search 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
When browsing google, it is sometimes more convenient to have the "videos" tab to redirect straight to youtube. This extension aims to solve this by redirecting the videos tab straight to youtube.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Youtube Video Search |
ID | igmgnochpgmbjdoacllndnokjkmbfkji |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-video-search/igmgnochpgmbjdoacllndnokjkmbfkji |
Mô tả | Redirects the default google videos tab to search youtube, instead of the default google videos search. |
Kích Thước Tệp | 46.97 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2021-04-23 |
Ngày Phát Hành | 2020-12-24 |
Nhà Phát Triển | jabbersofficial |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Video Search", "version": "1.2", "description": "Redirects the default google videos tab to search youtube, instead of the default google videos search.", "manifest_version": 2, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search*" ], "js": [ "jquery-3.5.1.min.js", "youtubevideosearch.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" } } |