Vk Photo (nice pictures)

Pictures in vk.com looks nicer. Uses just css adjustment for vk.com, so it's fast and secure, your data is safe

What is Vk Photo (nice pictures)?

Vk Photo (nice pictures) is a Chrome extension developed by https://azure.pp.ua, and its main feature is "Pictures in vk.com looks nicer. Uses just css adjustment for vk.com, so it's fast and secure, your data is safe".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Vk Photo (nice pictures) Extension CRX File

Download Vk Photo (nice pictures) 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

                        Expanded area for pictures (almost fullscreen) for more comfortable view. No flipping of the picture area when browsing pictures with different sizes/orientations. You still can navigate photo albums with cursor keys on your keyboard.
Feel free to contact me with any suggestions about visual improvements and usability.                    

Extension Basic Information

Name Vk Photo (nice pictures) Vk Photo (nice pictures)
ID kjjojbiilieohmnmhmhdeildipalepcf
Official URL https://chromewebstore.google.com/detail/vk-photo-nice-pictures/kjjojbiilieohmnmhmhdeildipalepcf
Description Pictures in vk.com looks nicer. Uses just css adjustment for vk.com, so it's fast and secure, your data is safe
File Size 19.63 KB
Installation Count 108
Current Version 0.1.1
Last Updated 2013-12-29
Publish Date 2013-12-29
Rating 2.29/5 Total 7 Ratings
Developer https://azure.pp.ua
Payment Type free
Supported Languages en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "0.1.1",
    "icons": {
        "32": "logo32.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vk.com\/*",
                "http:\/\/vk.com\/*"
            ],
            "css": [
                "photo.css"
            ]
        }
    ]
}