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": "3.0.3.24",
  "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/?__PARAM__from=chromesearch&text={searchTerms}",
      "suggest_url": "https://suggest.yandex.net/suggest-ff.cgi?uil=ru&part={searchTerms}",
      "encoding": "UTF-8",
      "is_default": true,
      "prepopulated_id": 15
    }
  }
}