VK Stickers Helper
Быстрое и удобное отправление стикеров Вконтакте
What is VK Stickers Helper?
VK Stickers Helper is a Chrome extension developed by patriot720, and its main feature is "Быстрое и удобное отправление стикеров Вконтакте".
Extension Screenshots
Download VK Stickers Helper Extension CRX File
Download VK Stickers Helper 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
Быстрое и легкое отправление стикеров, отправление стикеров в контексте
Extension Basic Information
Name | VK Stickers Helper |
ID | kpageiinolgnhdbdgjcbdonhcnpiemmm |
Official URL | https://chromewebstore.google.com/detail/vk-stickers-helper/kpageiinolgnhdbdgjcbdonhcnpiemmm |
Description | Быстрое и удобное отправление стикеров Вконтакте |
File Size | 102 KB |
Installation Count | 139 |
Current Version | 2.794 |
Last Updated | 2017-07-12 |
Publish Date | 2017-07-12 |
Rating | 2.60/5 Total 15 Ratings |
Developer | patriot720 |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VK Stickers Helper", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/vk.com\/*", "http:\/\/vk.com\/*" ], "css": [ "style.css" ], "js": [ "jquery-3.1.1.js", "main.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage", "contextMenus", "*:\/\/*.vk.com\/", "http:\/\/stickerhelper.ddns.net:8000\/" ], "version": "2.794", "options_page": "options.html", "description": "\u0411\u044b\u0441\u0442\u0440\u043e\u0435 \u0438 \u0443\u0434\u043e\u0431\u043d\u043e\u0435 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u0442\u0438\u043a\u0435\u0440\u043e\u0432 \u0412\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435", "icons": { "128": "icon_128.png" }, "browser_action": { "default_title": "Stickers Helper", "default_icon": "icon_128.png" } } |