My Search Easy

Place Google on the home page with relevant search results

My Search Easy란 무엇입니까?

My Search Easy은(는) mysearcheasy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Place Google on the home page with relevant search results"입니다.

확장 프로그램 스크린샷

screenshot

My Search Easy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}