Yandex Search Unofficial Extension Firefox

Examine source code of Yandex Search Unofficial Extension

Inspect and view changes in Yandex Search Unofficial Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extension_name__",
  "short_name": "YaSearch",
  "description": "__MSG_extension_description__",
  "version": "1.6.0",
  "default_locale": "ru",
  "author": "Alexander Ein",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://yandex.ru/search/*",
        "*://yandex.com/search/*"
      ],
      "run_at": "document_start",
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ]
    }
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Yandex",
      "keyword": "@ya",
      "is_default": true,
      "encoding": "UTF-8",
      "favicon_url": "icons/favicon.ico",
      "search_url": "https://__MSG_search_url__/search/?text={searchTerms}"
    }
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "__MSG_browser_action_title__",
    "default_icon": "icons/icon-48.png",
    "default_popup": "popup/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ya-search@anein"
    }
  },
  "permissions": [
    "storage",
    "search",
    "*://yandex.ru/search/*",
    "*://yandex.com/search/*"
  ]
}

Best Yandex Search Unofficial Extension Alternatives

Here are some Firefox add-ons that are similar to Yandex Search Unofficial Extension: