Yandex Search

Yandex Search

Enter search requests in the address field and get results from Yandex

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "9.0.3",
  "manifest_version": 3,
  "default_locale": "ru",
  "minimum_chrome_version": "88",
  "permissions": [
    "alarms",
    "cookies",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://chrome-elements.yandex.addons/",
    "*://*.yandex.by/",
    "*://*.yandex.com/",
    "*://*.yandex.com.tr/",
    "*://*.yandex.kz/",
    "*://*.yandex.net/",
    "*://*.yandex.ru/",
    "*://*.yandex.ua/",
    "*://*.yandex.uz/",
    "*://*.ya.ru/"
  ],
  "background": {
    "service_worker": "service_worker.js"
  },
  "icons": {
    "16": "logo/ru/16.png",
    "48": "logo/ru/48.png",
    "128": "logo/ru/128.png"
  },
  "action": {
    "default_icon": {
      "16": "logo/ru/16.png",
      "48": "logo/ru/48.png"
    }
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "__MSG_searchName__",
      "keyword": "yandex.ru",
      "search_url": "https://yandex.ru/search/?from=chromesearch&clid=2196598&text={searchTerms}",
      "suggest_url": "https://suggest.yandex.net/suggest-ff.cgi?uil=ru&part={searchTerms}",
      "encoding": "UTF-8",
      "is_default": true,
      "prepopulated_id": 15,
      "image_url": "https://yandex.ru/images/search?rpt=imageview&cbird=5&clid=2220366",
      "image_url_post_params": "upfile={google:imageThumbnail},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight},prg=1"
    }
  }
}