VK dialog photo fetcher

Extension provides a convenient way of saving photos from VK dialogs

VK dialog photo fetcher क्या है?

VK dialog photo fetcher feolius द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension provides a convenient way of saving photos from VK dialogs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VK dialog photo fetcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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:\/\/*\/*"
    ]
}