Dota 2 Emoticons
Replaces the Dota 2 emoticons text with the emoticon images.
Apa itu Dota 2 Emoticons?
Dota 2 Emoticons adalah ekstensi Chrome yang dikembangkan oleh DareTheDev, dan fitur utamanya adalah "Replaces the Dota 2 emoticons text with the emoticon images.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Dota 2 Emoticons
Unduh file ekstensi Dota 2 Emoticons dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Replaces the Dota 2 emoticons text with the emoticon images.
Informasi Dasar Ekstensi
Nama | Dota 2 Emoticons |
ID | hijlllihflgggobkajnjebpgeofnbpjb |
URL Resmi | https://chromewebstore.google.com/detail/dota-2-emoticons/hijlllihflgggobkajnjebpgeofnbpjb |
Deskripsi | Replaces the Dota 2 emoticons text with the emoticon images. |
Ukuran File | 49.88 KB |
Jumlah Instalasi | 120 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2014-07-02 |
Tanggal Publikasi | 2014-07-02 |
Penilaian | 4.44/5 Total 9 Penilaian |
Pengembang | DareTheDev |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |