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是由Alexandr Zagorulya开发的Chrome扩展程序,该扩展的主要功能是“This extention replaces emoji to the regular text smileys on private messages and dialogs pages of the vk.com social network.”。

扩展截图

screenshot

下载Hide VK Emoji Smileys扩展crx文件

下载Hide VK Emoji Smileys扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Hide VK Emoji Smileys 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"
}