VK Customizer
Расширение позволяет настраивать дизайн ВКонтакте на свой вкус
What is VK Customizer?
VK Customizer is a Chrome extension developed by Олег Короденко, and its main feature is "Расширение позволяет настраивать дизайн ВКонтакте на свой вкус".
Extension Screenshots
Download VK Customizer Extension CRX File
Download VK Customizer 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
VK Customizer - расширение для настройки дизайна социальной сети "ВКонтакте". С помощью него вы сможете изменять некоторые элементы сайта по своему вкусу, а именно: - ВКЛЮЧИТЬ СТАРЫЙ ДИЗАЙН (нестабильно, в процессе разработки) - Отключить круглые аватарки - Отключить круглые кнопки аудиозаписей, и другие скругленные элементы - Отключить растягивание шапки сайта - Вернуть назад выделение цветом непрочитанных исходящих сообщений - Отключить "островной дизайн" - Разместить комментарии под фотографиями, а не справа Список функций в дальнейшем будет пополняться, следите за новостями в нашем сообществе ВКонтакте!
Extension Basic Information
Name | VK Customizer |
ID | bfkpjieodkhhnhdllmkddpdnjjmlhdjo |
Official URL | https://chromewebstore.google.com/detail/vk-customizer/bfkpjieodkhhnhdllmkddpdnjjmlhdjo |
Description | Расширение позволяет настраивать дизайн ВКонтакте на свой вкус |
File Size | 578 KB |
Installation Count | 481 |
Current Version | 2.6.3 |
Last Updated | 2017-02-07 |
Publish Date | 2017-02-07 |
Rating | 4.21/5 Total 28 Ratings |
Developer | Олег Короденко |
Payment Type | free |
Extension Website | https://vk.com/customizer |
Help Page URL | https://vk.com/topic-127074290_33923858 |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VK Customizer", "version": "2.6.3", "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044c \u0434\u0438\u0437\u0430\u0439\u043d \u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435 \u043d\u0430 \u0441\u0432\u043e\u0439 \u0432\u043a\u0443\u0441", "icons": { "16": "images\/icons\/icon16.png", "32": "images\/icons\/icon32.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/vk.com\/*" ], "exclude_matches": [ "https:\/\/vk.com\/notifier.php*", "https:\/\/vk.com\/wkview.php*", "https:\/\/vk.com\/al_*.php*", "https:\/\/vk.com\/dev*", "https:\/\/vk.com\/apps*act=manage", "https:\/\/vk.com\/about", "https:\/\/vk.com\/products", "https:\/\/vk.com\/jobs", "https:\/\/vk.com\/blog*", "https:\/\/vk.com\/adscreate*" ], "js": [ "js\/documentStart.js" ], "run_at": "document_start", "all_frames": true } ], "options_page": "options.html", "browser_action": { "default_title": "VK Customizer", "default_icon": "images\/icons\/icon48.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "https:\/\/vk.com\/*", "storage" ], "web_accessible_resources": [ "js\/libs\/*", "vk\/*" ] } |