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.
Cos'è Hide VK Emoji Smileys?
Hide VK Emoji Smileys è un'estensione di Chrome sviluppata da Alexandr Zagorulya, e la sua funzione principale è "This extention replaces emoji to the regular text smileys on private messages and dialogs pages of the vk.com social network.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hide VK Emoji Smileys
Scarica i file di estensione Hide VK Emoji Smileys in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | Hide VK Emoji Smileys |
ID | dbmcfifdapogckiedgbobiemefgnpjeb |
URL Ufficiale | https://chromewebstore.google.com/detail/hide-vk-emoji-smileys/dbmcfifdapogckiedgbobiemefgnpjeb |
Descrizione | This extention replaces emoji to the regular text smileys on private messages and dialogs pages of the vk.com social network. |
Dimensione del File | 77.99 KB |
Conteggio Installazioni | 293 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2013-03-24 |
Data di Pubblicazione | 2013-03-24 |
Valutazione | 3.58/5 Totale 66 Valutazioni |
Sviluppatore | Alexandr Zagorulya |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://thehast.ru/vk_emoji.html |
Lingue Supportate | 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" } |