Dota 2 Emoticons

Replaces the Dota 2 emoticons text with the emoticon images.

Dota 2 Emoticons là gì?

Dota 2 Emoticons là một tiện ích mở rộng Chrome được phát triển bởi DareTheDev, và tính năng chính của nó là "Replaces the Dota 2 emoticons text with the emoticon images.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dota 2 Emoticons

Tải xuống các tệp mở rộng Dota 2 Emoticons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Replaces the Dota 2 emoticons text with the emoticon images.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dota 2 Emoticons Dota 2 Emoticons
ID hijlllihflgggobkajnjebpgeofnbpjb
URL Chính Thức https://chromewebstore.google.com/detail/dota-2-emoticons/hijlllihflgggobkajnjebpgeofnbpjb
Mô tả Replaces the Dota 2 emoticons text with the emoticon images.
Kích Thước Tệp 49.88 KB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-07-02
Ngày Phát Hành 2014-07-02
Đánh Giá 4.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển DareTheDev
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}