Dota 2 Emoticons

Replaces the Dota 2 emoticons text with the emoticon images.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "images/*.gif"
  ],
  "icons": {
    "32": "icon32.png"
  },
  "description": "Replaces the Dota 2 emoticons text with the emoticon images.",
  "manifest_version": 2,
  "name": "Dota 2 Emoticons",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1"
}