Picture Downloader

Picture Downloader. Browse and save - image downloader on webpages.

Picture Downloader क्या है?

Picture Downloader Picture Downloader द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Picture Downloader. Browse and save - image downloader on webpages."।

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

screenshot
screenshot
screenshot

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

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

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

                        Picture Downloader is useful tool for displaying, browsing and downloading photos from any webpages.

* Finds pictures on any websites.
* The size of each image is displayed.
* Image download to your hard disk.

How it works
************
* Click to the icon on current webpage. 
* Here you can start downloading.

Fast and professional Picture Downloader for all users.                    

एक्सटेंशन की मूल जानकारी

नाम Picture Downloader Picture Downloader
ID kokbcpaapofnbifgdlmokekjphgdlphp
आधिकारिक URL https://chrome.google.com/webstore/detail/picture-downloader/kokbcpaapofnbifgdlmokekjphgdlphp
विवरण Picture Downloader. Browse and save - image downloader on webpages.
फ़ाइल का आकार 91.22 KB
स्थापना संख्या 8,193
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2022-11-27
प्रकाशन तिथि 2020-03-11
रेटिंग 2.79/5 कुल 29 रेटिंग्स
डेवलपर Picture Downloader
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.2",
    "name": "Picture Downloader",
    "description": "Picture Downloader. Browse and save - image downloader on webpages.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "128": "img\/ico_128.png",
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "",
        "downloads"
    ]
}