Dota 2 Emoticons

Replaces the Dota 2 emoticons text with the emoticon images.

What is Dota 2 Emoticons?

Dota 2 Emoticons is a Chrome extension developed by DareTheDev, and its main feature is "Replaces the Dota 2 emoticons text with the emoticon images.".

Extension Screenshots

screenshot

Download Dota 2 Emoticons Extension CRX File

Download Dota 2 Emoticons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Replaces the Dota 2 emoticons text with the emoticon images.                    

Extension Basic Information

Name Dota 2 Emoticons Dota 2 Emoticons
ID hijlllihflgggobkajnjebpgeofnbpjb
Official URL https://chromewebstore.google.com/detail/dota-2-emoticons/hijlllihflgggobkajnjebpgeofnbpjb
Description Replaces the Dota 2 emoticons text with the emoticon images.
File Size 49.88 KB
Installation Count 120
Current Version 1.1
Last Updated 2014-07-02
Publish Date 2014-07-02
Rating 4.44/5 Total 9 Ratings
Developer DareTheDev
Payment Type free
Supported Languages en
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"
}