MyConverterSearch

Search by MyConverterSearch - The best way to search

MyConverterSearch란 무엇입니까?

MyConverterSearch은(는) http://myconvertersearch.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search by MyConverterSearch - The best way to search"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

MyConverterSearch 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension changes your Chrome's Default Search. Optimized serp powered by Yahoo.

This Free Extension is an add-on for the "MyConverterSearch" product. 

This product lets you browse the web and get easy access to search, images, videos and news. This is a single purpose extension.

Some important information for you:

-	By clicking on the 'Add to Chrome' button and installing MyConverterSearch, you are agreeing to install this extension, with our Privacy Policy and our Terms of Service. 
-	By installing, MyConverterSearch will change your Chrome's default search.
-	You may remove or disable this extension anytime.
-	For our data processing practices we recommend you review our privacy policy available at: https://myconvertersearch.com/privacy.html
-	Review our Terms of Service: https://myconvertersearch.com/terms.html

Contact us! We'd love to hear from you: [email protected]                    

확장 프로그램 기본 정보

이름 MyConverterSearch MyConverterSearch
ID offoigmladagkfoooemdbgmbahnnolnb
공식 URL https://chrome.google.com/webstore/detail/myconvertersearch/offoigmladagkfoooemdbgmbahnnolnb
설명 Search by MyConverterSearch - The best way to search
파일 크기 96.26 KB
설치 횟수 10,000
현재 버전 1.1.0
최근 업데이트 2020-09-08
출시 날짜 2020-09-08
평점 3.00/5 총 3 개의 평점
개발자 http://myconvertersearch.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://myconvertersearch.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyConverterSearch",
    "short_name": "MyConverterSearch",
    "manifest_version": 2,
    "version": "1.1.0",
    "description": "Search by MyConverterSearch - The best way to search",
    "icons": {
        "16": "images\/icons\/16x16.png",
        "64": "images\/icons\/64x64.png",
        "128": "images\/icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/myconvertersearch.com\/",
        "*:\/\/.myconvertersearch.com\/",
        "cookies",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/sitecontent.js"
            ],
            "match_about_blank": true,
            "matches": [
                "*:\/\/*.myconvertersearch.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "alternate_urls": [],
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/myconvertersearch.com\/favicon.ico",
            "image_url": "",
            "image_url_post_params": "",
            "instant_url": "",
            "instant_url_post_params": "",
            "is_default": true,
            "keyword": "MyConverterSearch",
            "name": "MyConverterSearch",
            "search_url": "https:\/\/feed.myconvertersearch.com\/?q={searchTerms}&publisher=myconvertersearch&barcodeid=579630000000000",
            "search_url_post_params": "",
            "suggest_url": "https:\/\/api.myconvertersearch.com\/suggest\/get?q={searchTerms}",
            "suggest_url_post_params": ""
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'"
}