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"
}