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.”。
擴展截圖
下載Hide VK Emoji Smileys擴展crx文件
下載Hide VK Emoji Smileys擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Hide VK Emoji Smileys |
ID | dbmcfifdapogckiedgbobiemefgnpjeb |
官方網址 | 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" } |