VK dialog photo fetcher

Extension provides a convenient way of saving photos from VK dialogs

什么是VK dialog photo fetcher?

VK dialog photo fetcher是由feolius开发的Chrome扩展程序,该扩展的主要功能是“Extension provides a convenient way of saving photos from VK dialogs”。

扩展截图

screenshot

下载VK dialog photo fetcher扩展crx文件

下载VK dialog photo fetcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 VK dialog photo fetcher VK dialog photo fetcher
ID jkofhffhhcnikeimpnpfjdhjiebnfcph
官方URL https://chromewebstore.google.com/detail/vk-dialog-photo-fetcher/jkofhffhhcnikeimpnpfjdhjiebnfcph
简介 Extension provides a convenient way of saving photos from VK dialogs
文件大小 428 KB
安装次数 3,611
当前版本 0.2.4
更新时间 2019-07-27
上架时间 2019-07-26
评分 4.00/5 共23次评分
开发者 feolius
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/vkdialogphotofetcher/%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F
支持的语言 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:\/\/*\/*"
    ]
}