My Search Easy

Place Google on the home page with relevant search results

My Search Easyคืออะไร?

My Search Easy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mysearcheasy และคุณลักษณะหลักของมันคือ "Place Google on the home page with relevant search results"

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

screenshot

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

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

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

                        Add our extension and you will have Google on your home page, allowing you to search normally and obtain additional results relevant to your searches.

Our extension is extremely useful for those who do not have browser configuration skills and is already helping thousands of people across the internet.

100% FREE EXTENSION                    

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

ชื่อ My Search Easy My Search Easy
ID jbjfdddnphnaibbakmbimpokldmpkjcj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-search-easy/jbjfdddnphnaibbakmbimpokldmpkjcj
คำอธิบาย Place Google on the home page with relevant search results
ขนาดไฟล์ 187 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 4.2
อัปเดตครั้งล่าสุด 2024-01-10
วันที่เผยแพร่ 2022-08-27
ผู้พัฒนา mysearcheasy
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://mysearcheasy.com/politicas
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "My Search Easy",
    "description": "Place Google on the home page with relevant search results",
    "version": "4.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search?*",
                "https:\/\/www.google.com.br\/search?*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "chrome_settings_overrides": {
        "startup_pages": [
            "https:\/\/mysearcheasy.com\/google\/"
        ]
    },
    "icons": {
        "16": "imagens\/icon_16px.png",
        "32": "imagens\/icon_32px.png",
        "96": "imagens\/icon_96px.png",
        "48": "imagens\/icon_48px.png",
        "128": "imagens\/icon_128px.png"
    }
}