YOUSearch
Get search results from web.
YOUSearch là gì?
YOUSearch là một tiện ích mở rộng Chrome được phát triển bởi Youniversalnext, và tính năng chính của nó là "Get search results from web.".
Ả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 YOUSearch
Tải xuống các tệp mở rộng YOUSearch 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
YOUSearch Search enable the user's browser to search the web. Our extension provides local time in different timezones with recently visited websites listed on the new tab. By clicking "Add to Chrome", I accept and agree to install the yousearch.today Chrome extension and setting Chrome New Tab search to that provided by the service and the Terms of Use and Privacy Policy. Search results will be powered by Microsoft Bing. Terms & Conditions: https://yousearch.today/terms-conditions.php
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YOUSearch |
ID | kmdbfaemabgikijjlmdhigbikhdffdom |
URL Chính Thức | https://chromewebstore.google.com/detail/yousearch/kmdbfaemabgikijjlmdhigbikhdffdom |
Mô tả | Get search results from web. |
Kích Thước Tệp | 74.5 KB |
Số Lần Cài Đặt | 114,675 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2023-03-28 |
Ngày Phát Hành | 2022-01-31 |
Nhà Phát Triển | Youniversalnext |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://yousearch.today/ |
URL Trang Trợ Giúp | https://yousearch.today/contact.php |
URL Trang Chính Sách Bảo Mật | https://yousearch.today/privacy.php |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YOUSearch", "author": "Youniversal", "version": "0.1.2", "description": "Get search results from web.", "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon16.png", "28": "icons\/icon28.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "permissions": [ "history", "storage" ], "chrome_url_overrides": { "newtab": "options.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ssl.google-analytics.com;" } } |