YOUSearch

Get search results from web.

什麼是YOUSearch?

YOUSearch是由Youniversalnext開發的Chrome擴展程式,該擴展的主要功能是“Get search results from web.”。

擴展截圖

screenshot

下載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 YOUSearch
ID kmdbfaemabgikijjlmdhigbikhdffdom
官方網址 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;"
    }
}