VkBox
Moves the social network VKontakte buttons in the usual place.
Wat is VkBox?
VkBox is een Chrome-extensie ontwikkeld door mr.alek3, en de belangrijkste functie is "Moves the social network VKontakte buttons in the usual place.".
Extensie Screenshots
Download het CRX-bestand van de extensie VkBox
Download VkBox-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
Данное расширение предназначено для социальной сети ВКонтакте с новым дизайном (2016). Оно изменяет кнопки, как это было в старом дизайне: добавляет кнопки "редактировать", "ответы", "настройки" в левое меню и кнопки "люди", "сообщества", "выйти" - в верхнее.
Basisinformatie over de Extensie
Naam | VkBox |
ID | daeojemnodbmkdknbpnonmiggnedicio |
Officiële URL | https://chromewebstore.google.com/detail/vkbox/daeojemnodbmkdknbpnonmiggnedicio |
Beschrijving | Moves the social network VKontakte buttons in the usual place. |
Bestandsgrootte | 110 KB |
Aantal Installaties | 35 |
Huidige Versie | 1.4.2 |
Laatst Bijgewerkt | 2016-10-19 |
Publicatiedatum | 2016-10-19 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | mr.alek3 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_chrome_extension_name__", "description": "__MSG_chrome_extension_description__", "default_locale": "ru", "version": "1.4.2", "icons": { "128": "128.png", "48": "48.png", "16": "16.png" }, "short_name": "__MSG_chrome_extension_name__", "browser_action": { "default_title": "__MSG_chrome_extension_name__", "default_icon": "16.png" }, "background": { "scripts": [ "jquery.js", "background.js" ], "persistent": false }, "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/vk.com\/*" ], "js": [ "jquery.js", "style.js", "jegelbe.js", "applyOptions.js", "vkbox_lang.js", "vkbox_settings.js", "vkbox_help.js", "vkbox_exit.js", "vkbox_edit.js", "vkbox_answers.js", "vkbox_groups.js", "vkbox_people.js", "vkbox_all.js" ], "css": [ "vkbox_settings.css", "vkbox_exit.css", "vkbox_edit.css", "vkbox_answers.css" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/*\/*", "unlimitedStorage" ], "web_accessible_resources": [ "set_icon.png", "ans_icon.png", "\/css\/options.css" ] } |