Examine source code of SuperMegaUltraD2RU

Inspect and view changes in SuperMegaUltraD2RU 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": "SuperMegaUltraD2RU",
  "version": "2.0.3",
  "content_scripts": [
    {
      "matches": [
        "https://dota2.ru/*"
      ],
      "run_at": "document_start",
      "match_about_blank": false,
      "js": [
        "js/loader.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "css/*",
    "js/*"
  ],
  "icons": {
    "16": "icons/16.png"
  }
}