Examine source code of Hepsiburada Arama Motoru

Inspect and view changes in Hepsiburada Arama Motoru source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Hepsiburada Arama Motoru",
  "version": "0.1",
  "description": "Adds Hepsiburada Search Engine for users to be able to search easily from browser address bar, without the need of connecting to the website first.",
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Hepsiburada",
      "search_url": "https://www.hepsiburada.com/ara?q={searchTerms}",
      "keyword": "h",
      "favicon_url": "https://www.hepsiburada.com/favicon.ico",
      "is_default": false,
      "encoding": "UTF-8"
    }
  }
}