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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dota 2 Emoticons
قم بتنزيل ملفات الامتداد Dota 2 Emoticons بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replaces the Dota 2 emoticons text with the emoticon images.
معلومات أساسية عن التمديد
الاسم | 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" } |