VK Custom Stickers
Позволяет добавить собственные наборы изображений в качестве дополнения к стандартным стикерам ВКонтакте.
What is VK Custom Stickers?
VK Custom Stickers is a Chrome extension developed by https://denull.ru, and its main feature is "Позволяет добавить собственные наборы изображений в качестве дополнения к стандартным стикерам ВКонтакте.".
Extension Screenshots
Download VK Custom Stickers Extension CRX File
Download VK Custom Stickers 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
Изображения подхватываются отсюда: http://vk.com/albums-69762228. Список альбомов, вероятно, будет пополняться.
Extension Basic Information
Name | VK Custom Stickers |
ID | kddpoomkfoafiocglfhpdbeigehicpnj |
Official URL | https://chromewebstore.google.com/detail/vk-custom-stickers/kddpoomkfoafiocglfhpdbeigehicpnj |
Description | Позволяет добавить собственные наборы изображений в качестве дополнения к стандартным стикерам ВКонтакте. |
File Size | 29.49 KB |
Installation Count | 779 |
Current Version | 1.82 |
Last Updated | 2014-07-05 |
Publish Date | 2014-07-05 |
Rating | 4.42/5 Total 222 Ratings |
Developer | https://denull.ru |
[email protected] | |
Payment Type | free |
Extension Website | http://vk.com/custom.stickers |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VK Custom Stickers", "version": "1.82", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "description": "\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0435 \u043d\u0430\u0431\u043e\u0440\u044b \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0439 \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0434\u043e\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f \u043a \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u044b\u043c \u0441\u0442\u0438\u043a\u0435\u0440\u0430\u043c \u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435.", "permissions": [ "notifications", "webRequest", "webRequestBlocking", "tabs", "*:\/\/*.vk.com\/*", "*:\/\/*.vk.me\/*" ], "background": { "scripts": [ "common.js", "md5.js", "background.js" ] }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/login.vk.com https:\/\/vk.com; object-src 'self'", "web_accessible_resources": [ "inject.js" ], "externally_connectable": { "matches": [ "*:\/\/*.vk.com\/*" ] } } |