Examine source code of YouTube-IT

Inspect and view changes in YouTube-IT 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": "YouTube-IT",
  "description": "Cerca il video che ti serve su YouTube (IT)",
  "version": "1.0",
  "applications": {
    "gecko": {
      "strict_min_version": "55.0"
    }
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "YouTube-IT",
      "search_url": "https://www.youtube.com/results?search_type=search_videos&search_query={searchTerms}&search_sort=relevance&search_category=0&page=",
      "keyword": "ytube",
      "favicon_url": "https://s.ytimg.com/yts/img/favicon-vfldLzJxy.ico",
      "is_default": false,
      "encoding": "UTF-8"
    }
  }
}