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

ما هو Vk Photo (nice pictures)؟

Vk Photo (nice pictures) هو إضافة Chrome تم تطويرها بواسطة https://azure.pp.ua، والميزة الرئيسية لها هي "Pictures in vk.com looks nicer. Uses just css adjustment for vk.com, so it's fast and secure, your data is safe".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Vk Photo (nice pictures)

قم بتنزيل ملفات الامتداد Vk Photo (nice pictures) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Vk Photo (nice pictures) Vk Photo (nice pictures)
ID kjjojbiilieohmnmhmhdeildipalepcf
عنوان URL الرسمي https://chromewebstore.google.com/detail/vk-photo-nice-pictures/kjjojbiilieohmnmhmhdeildipalepcf
الوصف Pictures in vk.com looks nicer. Uses just css adjustment for vk.com, so it's fast and secure, your data is safe
حجم الملف 19.63 KB
عدد التثبيتات 108
النسخة الحالية 0.1.1
آخر تحديث 2013-12-29
تاريخ النشر 2013-12-29
تقييم 2.29/5 مجموع تقييمات 7
المطور https://azure.pp.ua
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}