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.

Co to jest Hide VK Emoji Smileys?

Hide VK Emoji Smileys to rozszerzenie Chrome opracowane przez Alexandr Zagorulya, a jego główną funkcją jest „This extention replaces emoji to the regular text smileys on private messages and dialogs pages of the vk.com social network.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hide VK Emoji Smileys

Pobierz pliki rozszerzeń Hide VK Emoji Smileys w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Hide VK Emoji Smileys Hide VK Emoji Smileys
ID dbmcfifdapogckiedgbobiemefgnpjeb
Oficjalny URL https://chromewebstore.google.com/detail/hide-vk-emoji-smileys/dbmcfifdapogckiedgbobiemefgnpjeb
Opis This extention replaces emoji to the regular text smileys on private messages and dialogs pages of the vk.com social network.
Rozmiar pliku 77.99 KB
Liczba instalacji 293
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2013-03-24
Data Publikacji 2013-03-24
Ocena 3.58/5 Łącznie 66 Oceny
Deweloper Alexandr Zagorulya
Typ Płatności free
Strona Rozszerzenia http://thehast.ru/vk_emoji.html
Obsługiwane Języki 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"
}