Image Photo Downloader

Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.

Image Photo Downloader क्या है?

Image Photo Downloader ribeca_al द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website."।

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

screenshot
screenshot

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

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

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

                        Get all images from a web page
✔️Can download:
-all images on a web page in one go from
photo gallery (e.g. Flickr), social networks (e.g. Facebook) and Google Image Search.
-s hd 4k wallpaper mobile
-instagram photo
✔️Find tons of pictures for the topic you want
✔️Image downloader is absolutely free.                    

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

नाम Image Photo Downloader Image Photo Downloader
ID oiegmjnjcjanadhmfebiafogkhmlfllm
आधिकारिक URL https://chrome.google.com/webstore/detail/image-photo-downloader/oiegmjnjcjanadhmfebiafogkhmlfllm
विवरण Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.
फ़ाइल का आकार 301 KB
स्थापना संख्या 39,756
वर्तमान संस्करण 1.8
अंतिम अपडेट 2022-02-22
प्रकाशन तिथि 2020-02-04
रेटिंग 3.29/5 कुल 31 रेटिंग्स
डेवलपर ribeca_al
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://teletype.in/@prpolicy/HyOZBO6ZU
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Photo Downloader",
    "description": "Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.",
    "version": "1.8",
    "default_locale": "en",
    "minimum_chrome_version": "72",
    "manifest_version": 2,
    "icons": {
        "16": "\/images\/icon_16.png",
        "48": "\/images\/icon_48.png",
        "128": "\/images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "\/images\/icon_128.png",
        "default_popup": "\/src\/Popup\/index.html"
    },
    "options_page": "\/src\/Options\/index.html",
    "background": {
        "persistent": true,
        "scripts": [
            "\/src\/background\/downloadImages.js",
            "\/src\/background\/handleUpdates.js",
            "jess.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}