SearchX - Empower your Google Search

Hide ads, prioritize websites, have ChatGPT next to your search results, etc. SearchX guides you closer to the results you're after.

SearchX - Empower your Google Searchคืออะไร?

SearchX - Empower your Google Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chrswu0910 และคุณลักษณะหลักของมันคือ "Hide ads, prioritize websites, have ChatGPT next to your search results, etc. SearchX guides you closer to the results you're after."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SearchX - Empower your Google Search

ดาวน์โหลดไฟล์ส่วนขยาย SearchX - Empower your Google Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        🌐 Revolutionize Your Google Search Experience with SearchX 🌐


Why SearchX helps you find the results you want faster:

NO MORE SPONSORED ADS: Bothered by sponsored ads always hogging the top spot? With just one click on SearchX, clear away the sponsored clutter and get straight to the genuine results.

CHAT-GPT INTEGRATION: With SearchX, ChatGPT sits right beside your search results. While Google gives a breadth of answers, ChatGPT (GPT 3.5) provides direct and often quicker responses tailored to your inquiry.

PRIORITIZE WEBSITES: Have a favorite website that should always be on top? Prioritize websites with SearchX and see your chosen sites right where you want them.

BETTER SEARCH RELEVANCE: Looking for search results on the first page that truly match your complex search queries? Activate "Find" and keywords from your search query will be highlighted across all search results, and results with 65% or more keyword match of your search query will be indicated with a ✅ next to the URL. No more sifting through vaguely related pages.

🔗 Add SearchX to Chrome NOW and take charge of your browsing experience 🔗                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SearchX - Empower your Google Search SearchX - Empower your Google Search
ID hnjlohjgffjiefalndcbelojfojhjafo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/searchx-empower-your-goog/hnjlohjgffjiefalndcbelojfojhjafo
คำอธิบาย Hide ads, prioritize websites, have ChatGPT next to your search results, etc. SearchX guides you closer to the results you're after.
ขนาดไฟล์ 6.27 MB
จำนวนการติดตั้ง 292
เวอร์ชันปัจจุบัน 2.1.6
อัปเดตครั้งล่าสุด 2024-02-16
วันที่เผยแพร่ 2023-08-19
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา chrswu0910
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SearchX - Empower your Google Search",
    "version": "2.1.6",
    "description": "Hide ads, prioritize websites, have ChatGPT next to your search results, etc. SearchX guides you closer to the results you're after.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "markdown.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/search?*",
                "*:\/\/www.google.co.uk\/search?*",
                "*:\/\/www.google.ca\/search?*",
                "*:\/\/www.google.com.au\/search?*"
            ],
            "js": [
                "ExtPay.js",
                "content.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}