VK dialog photo fetcher

Extension provides a convenient way of saving photos from VK dialogs

¿Qué es VK dialog photo fetcher?

VK dialog photo fetcher es una extensión de Chrome desarrollada por feolius, y su función principal es "Extension provides a convenient way of saving photos from VK dialogs".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión VK dialog photo fetcher

Descarga archivos de extensión VK dialog photo fetcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension allows you downloading photos from VK dialog. You need to be on your dialog page and click on extension icon in upper right corner. At first usage you will be asked to authorize in VK. All recent photos will be shown in new tab. You can choose photos you wish to download in there and then just click on "Download" button.

Attention! This app doesn't store any personal info. It also doesn't require explicit input of any data for authentication.

It can be so that authentication error occured and error message looks this way {"error":"invalid_request","error_description":"Security Error"}. Unfortunately it's a problem on VK side. And it happens because of your VK session is old. That's annoying, but we cannot do anything with it. Still waiting for fix. In order to get rid of this error, you need to log in and log out in your VK account. After this the error should disappear.                    

Información Básica de la Extensión

Nombre VK dialog photo fetcher VK dialog photo fetcher
ID jkofhffhhcnikeimpnpfjdhjiebnfcph
URL Oficial https://chromewebstore.google.com/detail/vk-dialog-photo-fetcher/jkofhffhhcnikeimpnpfjdhjiebnfcph
Descripción Extension provides a convenient way of saving photos from VK dialogs
Tamaño del Archivo 428 KB
Cantidad de Instalaciones 3,611
Versión Actual 0.2.4
Última Actualización 2019-07-27
Fecha de Publicación 2019-07-26
Calificación 4.00/5 Total de 23 Calificaciones
Desarrollador feolius
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://sites.google.com/view/vkdialogphotofetcher/%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F
Idiomas Soportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.2.4",
    "description": "__MSG_extDescription__",
    "default_locale": "ru",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}