Dota 2 Emoticons

Replaces the Dota 2 emoticons text with the emoticon images.

什么是Dota 2 Emoticons?

Dota 2 Emoticons是由DareTheDev开发的Chrome扩展程序,该扩展的主要功能是“Replaces the Dota 2 emoticons text with the emoticon images.”。

扩展截图

screenshot

下载Dota 2 Emoticons扩展crx文件

下载Dota 2 Emoticons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Replaces the Dota 2 emoticons text with the emoticon images.                    

扩展基本信息

名称 Dota 2 Emoticons Dota 2 Emoticons
ID hijlllihflgggobkajnjebpgeofnbpjb
官方URL https://chromewebstore.google.com/detail/dota-2-emoticons/hijlllihflgggobkajnjebpgeofnbpjb
简介 Replaces the Dota 2 emoticons text with the emoticon images.
文件大小 49.88 KB
安装次数 120
当前版本 1.1
更新时间 2014-07-02
上架时间 2014-07-02
评分 4.44/5 共9次评分
开发者 DareTheDev
付费类型 free
支持的语言 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"
}