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.

Apa itu Hide VK Emoji Smileys?

Hide VK Emoji Smileys adalah ekstensi Chrome yang dikembangkan oleh Alexandr Zagorulya, dan fitur utamanya adalah "This extention replaces emoji to the regular text smileys on private messages and dialogs pages of the vk.com social network.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hide VK Emoji Smileys

Unduh file ekstensi Hide VK Emoji Smileys dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Hide VK Emoji Smileys Hide VK Emoji Smileys
ID dbmcfifdapogckiedgbobiemefgnpjeb
URL Resmi https://chromewebstore.google.com/detail/hide-vk-emoji-smileys/dbmcfifdapogckiedgbobiemefgnpjeb
Deskripsi This extention replaces emoji to the regular text smileys on private messages and dialogs pages of the vk.com social network.
Ukuran File 77.99 KB
Jumlah Instalasi 293
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2013-03-24
Tanggal Publikasi 2013-03-24
Penilaian 3.58/5 Total 66 Penilaian
Pengembang Alexandr Zagorulya
Tipe Pembayaran free
Situs Ekstensi http://thehast.ru/vk_emoji.html
Bahasa yang Didukung 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"
}