Custom emoticons
custom emoticons on facebook
ما هو Custom emoticons؟
Custom emoticons هو إضافة Chrome تم تطويرها بواسطة Goran Gajic، والميزة الرئيسية لها هي "custom emoticons on facebook".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Custom emoticons
قم بتنزيل ملفات الامتداد Custom emoticons بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Custom emoticons for facebook. Using facebook object ids to display photos and don't add any 3rd party functionality icons by : http://lazycrazy.deviantart.com/
معلومات أساسية عن التمديد
الاسم | Custom emoticons |
ID | hcceghlnfpnbckdkdngdbhfpnhacnmom |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/custom-emoticons/hcceghlnfpnbckdkdngdbhfpnhacnmom |
الوصف | custom emoticons on facebook |
حجم الملف | 31.13 KB |
عدد التثبيتات | 245 |
النسخة الحالية | 3 |
آخر تحديث | 2012-09-21 |
تاريخ النشر | 2012-09-21 |
تقييم | 3.25/5 مجموع تقييمات 20 |
المطور | Goran Gajic |
نوع الدفع | free |
موقع الإضافة | http://design4q.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Custom emoticons", "version": "3", "manifest_version": 2, "description": "custom emoticons on facebook", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "run_at": "document_idle", "all_frames": true, "js": [ "script.js" ] } ] } |