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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extention replaces emoji to the regular text smileys on private messages and dialogs pages of the vk.com social network."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hide VK Emoji Smileys एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}