VK Wallpaper

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

What is VK Wallpaper?

VK Wallpaper is a Chrome extension developed by https://peromax.ru, and its main feature is "Расширение позволяет установливать обои во Вконтакте".

Extension Screenshots

screenshot
screenshot

Download VK Wallpaper Extension CRX File

Download VK Wallpaper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name VK Wallpaper VK Wallpaper
ID pheahhphakoenddjgnoiaccldmkhklgk
Official URL https://chromewebstore.google.com/detail/vk-wallpaper/pheahhphakoenddjgnoiaccldmkhklgk
Description Расширение позволяет установливать обои во Вконтакте
File Size 340 KB
Installation Count 205
Current Version 0.0.1
Last Updated 2014-06-15
Publish Date 2014-06-15
Rating 2.42/5 Total 12 Ratings
Developer https://peromax.ru
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}