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"
}