ВКонтакте mStyle

Настройка стиля ВКонтакте

Hvad er ВКонтакте mStyle?

ВКонтакте mStyle er en Chrome-udvidelse udviklet af Melnik, og dens hovedfunktion er "Настройка стиля ВКонтакте".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download ВКонтакте mStyle-udvidelses-CRX-fil

Download ВКонтакте mStyle-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Изменение цвета; Добавление фона; Изменение логотипа                    

Grundlæggende oplysninger om udvidelsen

Navn ВКонтакте mStyle ВКонтакте mStyle
ID mmmdblkpdmphgnmdghomodphmlickfhe
Officiel URL https://chromewebstore.google.com/detail/%D0%B2%D0%BA%D0%BE%D0%BD%D1%82%D0%B0%D0%BA%D1%82%D0%B5-mstyle/mmmdblkpdmphgnmdghomodphmlickfhe
Beskrivelse Настройка стиля ВКонтакте
Filstørrelse 838 KB
Antal Installationer 33
Nuværende Version 2.1
Senest Opdateret 2016-03-30
Udgivelsesdato 2016-03-30
Bedømmelse 4.43/5 Samlet 7 Bedømmelser
Udvikler Melnik
Betalingsmetode free
Udvidelseswebsted http://vk.com/mstyle_vk
Hjælpeside-URL http://vk.com/mstyle_vk
Understøttede Sprog ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/vk.com\/*",
                "https:\/\/vk.com\/*",
                "https:\/\/77.47.220.179\/*",
                "http:\/\/www.mstyle.online\/*"
            ],
            "css": [
                "round-avatars.css"
            ],
            "js": [
                "js-ms-main.js"
            ]
        }
    ],
    "name": "\u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435 mStyle",
    "icons": {
        "512": "icon512.png",
        "256": "icon256.png",
        "128": "icon128.png",
        "64": "icon64.png"
    },
    "description": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0441\u0442\u0438\u043b\u044f \u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435",
    "homepage_url": "http:\/\/vk.com\/mstyle_vk",
    "version": "2.1.0",
    "manifest_version": 2,
    "version_name": "2.1",
    "permissions": [
        "storage",
        "https:\/\/fortawesome.github.io\/Font-Awesome\/*",
        "http:\/\/vk.com\/*",
        "https:\/\/vk.com\/*",
        "https:\/\/77.47.220.179\/*",
        "http:\/\/www.mstyle.online\/*",
        "http:\/\/mstyle.online\/mstyle-files\/*"
    ]
}