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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Hide VK Emoji Smileys

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}