YOUSearch

Get search results from web.

YOUSearchคืออะไร?

YOUSearch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Youniversalnext และคุณลักษณะหลักของมันคือ "Get search results from web."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YOUSearch

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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;"
    }
}