VkBox

Moves the social network VKontakte buttons in the usual place.

Qu'est-ce que VkBox ?

VkBox est une extension Chrome développée par mr.alek3, et sa fonction principale est "Moves the social network VKontakte buttons in the usual place.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension VkBox

Téléchargez les fichiers d'extension VkBox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Данное расширение предназначено для социальной сети ВКонтакте с новым дизайном (2016). Оно изменяет кнопки, как это было в старом дизайне: добавляет кнопки "редактировать", "ответы", "настройки" в левое меню и кнопки "люди", "сообщества", "выйти" - в верхнее.                    

Informations de Base sur l'Extension

Nom VkBox VkBox
ID daeojemnodbmkdknbpnonmiggnedicio
URL Officiel https://chromewebstore.google.com/detail/vkbox/daeojemnodbmkdknbpnonmiggnedicio
Description Moves the social network VKontakte buttons in the usual place.
Taille du Fichier 110 KB
Nombre d'Installations 35
Version Actuelle 1.4.2
Dernière Mise à Jour 2016-10-19
Date de Publication 2016-10-19
Évaluation 3.00/5 Total 2 Évaluations
Développeur mr.alek3
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}