YOUSearch
Get search results from web.
什么是YOUSearch?
YOUSearch是由Youniversalnext开发的Chrome扩展程序,该扩展的主要功能是“Get search results from web.”。
扩展截图
下载YOUSearch扩展crx文件
下载YOUSearch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | YOUSearch |
ID | kmdbfaemabgikijjlmdhigbikhdffdom |
官方URL | https://chromewebstore.google.com/detail/yousearch/kmdbfaemabgikijjlmdhigbikhdffdom |
简介 | Get search results from web. |
文件大小 | 74.5 KB |
安装次数 | 114,675 |
当前版本 | 0.1.2 |
更新时间 | 2023-03-28 |
上架时间 | 2022-01-31 |
开发者 | Youniversalnext |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://yousearch.today/ |
帮助页面URL | https://yousearch.today/contact.php |
隐私政策页面URL | https://yousearch.today/privacy.php |
支持的语言 | 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;" } } |