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
公式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
Eメール [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;"
    }
}