VK Customizer
Расширение позволяет настраивать дизайн ВКонтакте на свой вкус
Wat is VK Customizer?
VK Customizer is een Chrome-extensie ontwikkeld door Олег Короденко, en de belangrijkste functie is "Расширение позволяет настраивать дизайн ВКонтакте на свой вкус".
Extensie Screenshots
Download het CRX-bestand van de extensie VK Customizer
Download VK Customizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
VK Customizer - расширение для настройки дизайна социальной сети "ВКонтакте". С помощью него вы сможете изменять некоторые элементы сайта по своему вкусу, а именно: - ВКЛЮЧИТЬ СТАРЫЙ ДИЗАЙН (нестабильно, в процессе разработки) - Отключить круглые аватарки - Отключить круглые кнопки аудиозаписей, и другие скругленные элементы - Отключить растягивание шапки сайта - Вернуть назад выделение цветом непрочитанных исходящих сообщений - Отключить "островной дизайн" - Разместить комментарии под фотографиями, а не справа Список функций в дальнейшем будет пополняться, следите за новостями в нашем сообществе ВКонтакте!
Basisinformatie over de Extensie
Naam | VK Customizer |
ID | bfkpjieodkhhnhdllmkddpdnjjmlhdjo |
Officiële URL | https://chromewebstore.google.com/detail/vk-customizer/bfkpjieodkhhnhdllmkddpdnjjmlhdjo |
Beschrijving | Расширение позволяет настраивать дизайн ВКонтакте на свой вкус |
Bestandsgrootte | 578 KB |
Aantal Installaties | 481 |
Huidige Versie | 2.6.3 |
Laatst Bijgewerkt | 2017-02-07 |
Publicatiedatum | 2017-02-07 |
Beoordeling | 4.21/5 Totaal 28 Beoordelingen |
Ontwikkelaar | Олег Короденко |
Betalingswijze | free |
Extensiewebsite | https://vk.com/customizer |
Help Pagina-URL | https://vk.com/topic-127074290_33923858 |
Ondersteunde Talen | 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\/*" ] } |