VK Wallpaper

Пользоватльские темы и обои для ВК

What is VK Wallpaper?

VK Wallpaper is a Chrome extension developed by REDIZIT, 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

                        Теперь можно менять тему и обои в ВК одновременно! А так же следить за временем используя виджет "Часы". А эффект параллакса не даст обоям так быстро надоесть вам.                    

Extension Basic Information

Name VK Wallpaper VK Wallpaper
ID aigfnicpphodhakcfolnekkapjcehhho
Official URL https://chromewebstore.google.com/detail/vk-wallpaper/aigfnicpphodhakcfolnekkapjcehhho
Description Пользоватльские темы и обои для ВК
File Size 1.04 MB
Installation Count 2,119
Current Version 1.1.0
Last Updated 2019-05-01
Publish Date 2019-05-01
Rating 4.20/5 Total 10 Ratings
Developer REDIZIT
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "REDIZIT",
    "manifest_version": 2,
    "name": "VK Wallpaper",
    "version": "1.1.0",
    "background": {
        "scripts": [
            "js\/functions.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "default_title": "\u041e\u0431\u043e\u0438 \u0434\u043b\u044f \u0412\u041a"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "js": [
                "js\/functions.js",
                "js\/script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u043b\u044c\u0441\u043a\u0438\u0435 \u0442\u0435\u043c\u044b \u0438 \u043e\u0431\u043e\u0438 \u0434\u043b\u044f \u0412\u041a",
    "permissions": [
        "storage"
    ],
    "icons": {
        "256": "img\/icon.png"
    },
    "web_accessible_resources": [
        "vk_styles.css",
        "img\/vignettingEffect.jpg",
        "fonts\/GeosansLight.ttf"
    ]
}