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

Apa itu Vk Photo (nice pictures)?

Vk Photo (nice pictures) adalah ekstensi Chrome yang dikembangkan oleh https://azure.pp.ua, dan fitur utamanya adalah "Pictures in vk.com looks nicer. Uses just css adjustment for vk.com, so it's fast and secure, your data is safe".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Vk Photo (nice pictures)

Unduh file ekstensi Vk Photo (nice pictures) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Vk Photo (nice pictures) Vk Photo (nice pictures)
ID kjjojbiilieohmnmhmhdeildipalepcf
URL Resmi https://chromewebstore.google.com/detail/vk-photo-nice-pictures/kjjojbiilieohmnmhmhdeildipalepcf
Deskripsi Pictures in vk.com looks nicer. Uses just css adjustment for vk.com, so it's fast and secure, your data is safe
Ukuran File 19.63 KB
Jumlah Instalasi 108
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2013-12-29
Tanggal Publikasi 2013-12-29
Penilaian 2.29/5 Total 7 Penilaian
Pengembang https://azure.pp.ua
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}