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.
What is Hide VK Emoji Smileys?
Hide VK Emoji Smileys is a Chrome extension developed by Alexandr Zagorulya, and its main feature is "This extention replaces emoji to the regular text smileys on private messages and dialogs pages of the vk.com social network.".
Extension Screenshots
Download Hide VK Emoji Smileys Extension CRX File
Download Hide VK Emoji Smileys extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Hide VK Emoji Smileys |
ID | dbmcfifdapogckiedgbobiemefgnpjeb |
Official URL | https://chromewebstore.google.com/detail/hide-vk-emoji-smileys/dbmcfifdapogckiedgbobiemefgnpjeb |
Description | This extention replaces emoji to the regular text smileys on private messages and dialogs pages of the vk.com social network. |
File Size | 77.99 KB |
Installation Count | 293 |
Current Version | 1.0.5 |
Last Updated | 2013-03-24 |
Publish Date | 2013-03-24 |
Rating | 3.58/5 Total 66 Ratings |
Developer | Alexandr Zagorulya |
Payment Type | free |
Extension Website | http://thehast.ru/vk_emoji.html |
Supported Languages | 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" } |