Search and Start page — Yandex

Type your search queries into the address bar and get answers from Yandex
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "9.0.5",
  "manifest_version": 3,
  "default_locale": "ru",
  "minimum_chrome_version": "88",
  "permissions": [
    "contextMenus",
    "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=2224314&text={searchTerms}",
      "image_url": "https://yandex.ru/images/search?rpt=imageview&cbird=5&clid=2224315",
      "image_url_post_params": "upfile={google:imageThumbnail},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight},prg=1",
      "suggest_url": "https://suggest.yandex.net/suggest-ff.cgi?uil=ru&part={searchTerms}",
      "encoding": "UTF-8",
      "is_default": true,
      "prepopulated_id": 15
    },
    "startup_pages": [
      "https://yandex.ru?clid=2224313&homesearchextchrome=9-0-5"
    ]
  }
}