ВКонтакте mStyle
Настройка стиля ВКонтакте
Cos'è ВКонтакте mStyle?
ВКонтакте mStyle è un'estensione di Chrome sviluppata da Melnik, e la sua funzione principale è "Настройка стиля ВКонтакте".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ВКонтакте mStyle
Scarica i file di estensione ВКонтакте mStyle 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
Изменение цвета; Добавление фона; Изменение логотипа Informazioni di Base sull'Estensione
| Nome | |
| ID | mmmdblkpdmphgnmdghomodphmlickfhe |
| URL Ufficiale | 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 |
| Descrizione | Настройка стиля ВКонтакте |
| Dimensione del File | 838 KB |
| Conteggio Installazioni | 33 |
| Versione Corrente | 2.1 |
| Ultimo Aggiornamento | 2016-03-30 |
| Data di Pubblicazione | 2016-03-30 |
| Valutazione | 4.43/5 Totale 7 Valutazioni |
| Sviluppatore | Melnik |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://vk.com/mstyle_vk |
| URL della Pagina di Aiuto | http://vk.com/mstyle_vk |
| Lingue Supportate | 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\/*"
]
} | |