Hide VK Emoji Smileys
This extention replaces emoji to the regular text smileys on private messages and dialogs pages of the vk.com social network.
ما هو Hide VK Emoji Smileys؟
Hide VK Emoji Smileys هو إضافة Chrome تم تطويرها بواسطة Alexandr Zagorulya، والميزة الرئيسية لها هي "This extention replaces emoji to the regular text smileys on private messages and dialogs pages of the vk.com social network.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hide VK Emoji Smileys
قم بتنزيل ملفات الامتداد Hide VK Emoji Smileys بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Hide VK Emoji Smileys |
ID | dbmcfifdapogckiedgbobiemefgnpjeb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hide-vk-emoji-smileys/dbmcfifdapogckiedgbobiemefgnpjeb |
الوصف | This extention replaces emoji to the regular text smileys on private messages and dialogs pages of the vk.com social network. |
حجم الملف | 77.99 KB |
عدد التثبيتات | 293 |
النسخة الحالية | 1.0.5 |
آخر تحديث | 2013-03-24 |
تاريخ النشر | 2013-03-24 |
تقييم | 3.58/5 مجموع تقييمات 66 |
المطور | Alexandr Zagorulya |
نوع الدفع | free |
موقع الإضافة | http://thehast.ru/vk_emoji.html |
اللغات المدعومة | en,ru |
manifest.json | |
{ "manifest_version": 2, "name": "__MSG_extname__", "version": "1.0.5", "default_locale": "ru", "description": "__MSG_extdescr__", "icons": { "128": "128.png", "16": "16.png", "32": "32.png", "48": "48.png" }, "content_scripts": [ { "css": [ "hideSmiles.css" ], "js": [ "jquery.js", "hideSmiles.js" ], "matches": [ "*:\/\/www.vk.com\/*", "*:\/\/vk.com\/*" ] } ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |