NeoGAF Dota 2 Emoticons
This extension adds the Dota 2 emoticons into the NeoGAF reply box.
ما هو NeoGAF Dota 2 Emoticons؟
NeoGAF Dota 2 Emoticons هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This extension adds the Dota 2 emoticons into the NeoGAF reply box.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NeoGAF Dota 2 Emoticons
قم بتنزيل ملفات الامتداد NeoGAF Dota 2 Emoticons بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds the Dota 2 animated emoticons into a smiley box located below the standard NeoGAF reply box.
معلومات أساسية عن التمديد
الاسم | NeoGAF Dota 2 Emoticons |
ID | beefjioejjdkeeeebbgdmpfeaocjpmhm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/neogaf-dota-2-emoticons/beefjioejjdkeeeebbgdmpfeaocjpmhm |
الوصف | This extension adds the Dota 2 emoticons into the NeoGAF reply box. |
حجم الملف | 46.41 KB |
عدد التثبيتات | 42 |
النسخة الحالية | 2.1 |
آخر تحديث | 2016-04-05 |
تاريخ النشر | 2016-04-04 |
تقييم | 4.00/5 مجموع تقييمات 7 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NeoGAF Dota 2 Emoticons", "description": "This extension adds the Dota 2 emoticons into the NeoGAF reply box.", "version": "2.1", "permissions": [ "http:\/\/www.neogaf.com\/" ], "icons": { "128": "icon_128.png" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "jquery-2.1.3.min.js", "WaitForKeyElements.js", "emoticons.user.js" ], "matches": [ "http:\/\/www.neogaf.com\/forum\/newreply.php*", "http:\/\/www.neogaf.com\/forum\/newthread.php*", "http:\/\/www.neogaf.com\/forum\/editpost.php*", "http:\/\/www.neogaf.com\/forum\/private.php*" ] } ] } |