Фотографии из переписки ВК

Расширение достает фотографии из ваших переписок ВКонтакте

What is Фотографии из переписки ВК?

Фотографии из переписки ВК is a Chrome extension developed by Pavel Nguyen, and its main feature is "Расширение достает фотографии из ваших переписок ВКонтакте".

Extension Screenshots

screenshot

Download Фотографии из переписки ВК Extension CRX File

Download Фотографии из переписки ВК 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 Фотографии из переписки ВК Фотографии из переписки ВК
ID dcfdcfkiapggmpmkdjbhaghnbfbobhbb
Official URL https://chrome.google.com/webstore/detail/dcfdcfkiapggmpmkdjbhaghnbfbobhbb
Description Расширение достает фотографии из ваших переписок ВКонтакте
File Size 88.02 KB
Installation Count 902
Current Version 0.0.2
Last Updated 2016-04-16
Publish Date 2016-04-16
Rating 2.32/5 Total 28 Ratings
Developer Pavel Nguyen
Email [email protected]
Payment Type free
Privacy Policy Page URL https://smmbox.com/privacy.php
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u0424\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0438\u0437 \u043f\u0435\u0440\u0435\u043f\u0438\u0441\u043a\u0438 \u0412\u041a",
    "version": "0.0.2",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043e\u0441\u0442\u0430\u0435\u0442 \u0444\u043e\u0442\u043e\u0433\u0440\u0430\u0444\u0438\u0438 \u0438\u0437 \u0432\u0430\u0448\u0438\u0445 \u043f\u0435\u0440\u0435\u043f\u0438\u0441\u043e\u043a \u0412\u041a\u043e\u043d\u0442\u0430\u043a\u0442\u0435",
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "data\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "data\/jquery\/jquery-1.12.3.min.js",
                "data\/js\/prep.js",
                "data\/js\/jquery.fancybox.pack.js"
            ],
            "css": [
                "data\/css\/messagehistory.css",
                "data\/css\/jquery.fancybox.css"
            ]
        },
        {
            "js": [
                "data\/js\/oauth2_inject.js"
            ],
            "matches": [
                "*:\/\/oauth.vk.com\/blank.html*",
                "*:\/\/oauth.vk.com\/error*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}