Vk emoji change
Change vk.com emojis to selected ones
What is Vk emoji change?
Vk emoji change is a Chrome extension developed by https://firstgoer.ru, and its main feature is "Change vk.com emojis to selected ones".
Extension Screenshots
Download Vk emoji change Extension CRX File
Download Vk emoji change extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows changing vk.com apple-like emoji to be similar to google ones (jellies). Easy install and configure(two clicks). Please, reload vk.com tabs after extension installation to take effect
Extension Basic Information
Name | Vk emoji change |
ID | oemebehiapkknaobchmceaebiicafjgg |
Official URL | https://chromewebstore.google.com/detail/vk-emoji-change/oemebehiapkknaobchmceaebiicafjgg |
Description | Change vk.com emojis to selected ones |
File Size | 2 MB |
Installation Count | 32 |
Current Version | 0.1 |
Last Updated | 2017-10-06 |
Publish Date | 2017-10-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://firstgoer.ru |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vk emoji change", "description": "Change vk.com emojis to selected ones", "version": "0.1", "permissions": [ "*:\/\/*.vk.com\/*", "*:\/\/*.vkontakte.ru\/*", "storage", "background", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/vk.com\/*", "*:\/\/m.vk.com\/*", "*:\/\/*.vkontakte.ru\/*" ], "css": [ "customEmojis.css" ], "js": [ "customEmojis.js" ], "run_at": "document_end" } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Change VK emojis" }, "web_accessible_resources": [ "emojis\/*" ], "manifest_version": 2 } |