VK Wallpaper

Расширение позволяет установливать обои во Вконтакте

Wat is VK Wallpaper?

VK Wallpaper is een Chrome-extensie ontwikkeld door https://peromax.ru, en de belangrijkste functie is "Расширение позволяет установливать обои во Вконтакте".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie VK Wallpaper

Download VK Wallpaper-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

                        Меняйте фон в вашей любимой социальной сети под своё настроение с помощью VK Wallpaper.

Доступны 20 изображений на любой вкус. Галлерея будет постоянно пополнятся.                    

Basisinformatie over de Extensie

Naam VK Wallpaper VK Wallpaper
ID pheahhphakoenddjgnoiaccldmkhklgk
Officiële URL https://chromewebstore.google.com/detail/vk-wallpaper/pheahhphakoenddjgnoiaccldmkhklgk
Beschrijving Расширение позволяет установливать обои во Вконтакте
Bestandsgrootte 340 KB
Aantal Installaties 205
Huidige Versie 0.0.1
Laatst Bijgewerkt 2014-06-15
Publicatiedatum 2014-06-15
Beoordeling 2.42/5 Totaal 12 Beoordelingen
Ontwikkelaar https://peromax.ru
Betalingswijze free
Ondersteunde Talen ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VK Wallpaper",
    "version": "0.0.1",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0438\u0432\u0430\u0442\u044c \u043e\u0431\u043e\u0438 \u0432\u043e \u0412\u043a\u043e\u043d\u0442\u0430\u043a\u0442\u0435",
    "icons": {
        "128": "img\/icon.png"
    },
    "page_action": {
        "default_icon": "img\/icon-bar.png",
        "default_title": "\u0422\u0435\u043c\u044b \u0434\u043b\u044f VK",
        "default_popup": "popup.html"
    },
    "author": "peromax",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/vk.com\/*"
            ],
            "css": [
                "css\/vk_bg.css"
            ]
        }
    ]
}