VkBox
Moves the social network VKontakte buttons in the usual place.
Cos'è VkBox?
VkBox è un'estensione di Chrome sviluppata da mr.alek3, e la sua funzione principale è "Moves the social network VKontakte buttons in the usual place.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VkBox
Scarica i file di estensione VkBox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Данное расширение предназначено для социальной сети ВКонтакте с новым дизайном (2016). Оно изменяет кнопки, как это было в старом дизайне: добавляет кнопки "редактировать", "ответы", "настройки" в левое меню и кнопки "люди", "сообщества", "выйти" - в верхнее.
Informazioni di Base sull'Estensione
Nome | VkBox |
ID | daeojemnodbmkdknbpnonmiggnedicio |
URL Ufficiale | https://chromewebstore.google.com/detail/vkbox/daeojemnodbmkdknbpnonmiggnedicio |
Descrizione | Moves the social network VKontakte buttons in the usual place. |
Dimensione del File | 110 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 1.4.2 |
Ultimo Aggiornamento | 2016-10-19 |
Data di Pubblicazione | 2016-10-19 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | mr.alek3 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |