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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

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