Dota 2 Emoticons

Replaces the Dota 2 emoticons text with the emoticon images.

Dota 2 Emoticonsคืออะไร?

Dota 2 Emoticons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DareTheDev และคุณลักษณะหลักของมันคือ "Replaces the Dota 2 emoticons text with the emoticon images."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dota 2 Emoticons

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}