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
官方網址 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"
}