multisearch.live

Search your query with MultiSearch Engines in new tab.

multisearch.live란 무엇입니까?

multisearch.live은(는) https://multisearch.live에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search your query with MultiSearch Engines in new tab."입니다.

확장 프로그램 스크린샷

screenshot

multisearch.live 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Multi search 
Search 'Em All - use the internet's leading search engines from your new tab page. 

This extension allows you to get search results from top search engines via your new tab page. you can choose your preferred search engine for the session - we are supporting the internet's top search engines and our own multisearch.live search functionality. You can easily define the search engine you wish to use. We are NOT related, NOR taking any endorsement NOR having relationship with the external search engines beside our own Multisearch.live. You may customize your new tab's background page with your own images and photos.

We are 100% Free to use!

**In order to provide the extension feature, your default search settings and new tab would be modified.

How does it work?
1. Click on the extension icon on the top right corner OR open a new tab
2. Select the preferred search engine from the drop down menu
3. enter your search phrase
4. Click enter or search button and you would be redirected to the search results page. 


The extension requires the following permissions:
 "tabs” - The extension requires this permission in order to allow payment for distribution affiliates and to show a better user experience.

 “Manage your apps, extensions, and themes” (“Management”) - The extension requires this permission in order to allow you to disable or remove our extension easily from different menus via the extension’s interface.
 
 “Read and change your data on a number of websites” - For our product to work, we require access solely to the websites we own and manage.

 "webRequest", "webRequestBlocking" - The extension requires this permission in order to provide you with search results. It allows us to provide you with a search feature related to the extension you have chosen to install. It also allows the extension to redirect specific queries to affiliated partners in order to allow you better browsing experience. 
 
 "contextMenus"- The extension requires this permission in order to make the access to the uninstall functionality as convenient as possible, through the extension “browser action” button.

 “Cookies” - The extension requires this permission in order to allow payment for distribution affiliates. 

For more information please visit: https://www.multisearch.live/

How do I uninstall this extension?
Click on the Chrome Menu icon to open the menu
Click on Settings
On the left window pane click on Extensions
Choose the extension from the list
Click on the Trash bin icon to the right of the extension
On the pop-up window click on the Remove button
* Alternatively you may simply click "uninstall me" from the browser action button.                    

확장 프로그램 기본 정보

이름 multisearch.live multisearch.live
ID celnalbfjfoikfnbcjdpjigminiakhjm
공식 URL https://chromewebstore.google.com/detail/multisearchlive/celnalbfjfoikfnbcjdpjigminiakhjm
설명 Search your query with MultiSearch Engines in new tab.
파일 크기 1.91 MB
설치 횟수 15,060
현재 버전 1.0.3.4
최근 업데이트 2020-06-17
출시 날짜 2020-06-16
평점 4.21/5 총 14 개의 평점
개발자 https://multisearch.live
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.multisearch.live/pp
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "37",
    "name": "multisearch.live",
    "permissions": [
        "storage",
        "contextMenus",
        "management",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "*:\/\/*.multisearch.live\/*",
        "tabs"
    ],
    "short_name": "multisearch.live",
    "homepage_url": "http:\/\/www.multisearch.live\/",
    "version": "1.0.3.4",
    "author": "multisearch.live",
    "signature": "multisearch.live",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.js",
            "js\/Cryptojs.js",
            "js\/background.js",
            "js\/analytics.js"
        ]
    },
    "browser_action": {
        "default_icon": "large_icon96x96.png",
        "default_title": "multisearch.live"
    },
    "chrome_url_overrides": {
        "newtab": "mainpage.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com ; object-src 'self'",
    "description": "Search your query with MultiSearch Engines in new tab.",
    "icons": {
        "96": "large_icon96x96.png",
        "128": "large_icon128x128.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "multisearch.live",
            "keyword": "keyword.Search by MultiSearch",
            "search_url": "http:\/\/search.multisearch.live\/pse\/search?&query={searchTerms}",
            "favicon_url": "http:\/\/search.multisearch.live\/pse\/search\/android-icon-192x192.png",
            "instant_url": "http:\/\/search.multisearch.live\/pse\/search?&query={searchTerms}",
            "image_url": "http:\/\/search.multisearch.live\/pse\/search?&query={searchTerms}",
            "search_url_post_params": "search_lang=__MSG_url_domain__",
            "suggest_url_post_params": "suggest_lang=__MSG_url_domain__",
            "instant_url_post_params": "instant_lang=__MSG_url_domain__",
            "image_url_post_params": "image_lang=__MSG_url_domain__",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}