Image And Photo Downloader - Online and Free

Free online image and photo saver - URL, background, social Downloader - JPG, PNG, bulk picture grabber

Was ist Image And Photo Downloader - Online and Free?

Image And Photo Downloader - Online and Free ist eine Chrome-Erweiterung, die von johnwalley entwickelt wurde, und ihr Hauptmerkmal ist "Free online image and photo saver - URL, background, social Downloader - JPG, PNG, bulk picture grabber".

Erweiterungsscreenshots

screenshot

Image And Photo Downloader - Online and Free-Erweiterungs-CRX-Datei herunterladen

Laden Sie Image And Photo Downloader - Online and Free-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Image and photo downloader is the fastest way to quickly save images from any website.

Download any photo or image in a matter of seconds: install this extension, navigate to any website, click extension icon at the top-right corner of the browser and select any image you want to download.

Features you get with this addon:

- Multiple formats available including PNG, JPEG, SVG, WEBP
- Filter images by size and links
- Preserves file name
- No ads and hidden purchases - all you get is a handy free tool

Click Download button and all selected images will be saved to the default Chrome browser download directory, or to a specified folder.                    

Grundlegende Informationen zur Erweiterung

Name Image And Photo Downloader - Online and Free Image And Photo Downloader - Online and Free
ID nhcdofaefcpfaoefffopanopapnekhca
Offizielle URL https://chromewebstore.google.com/detail/image-and-photo-downloade/nhcdofaefcpfaoefffopanopapnekhca
Beschreibung Free online image and photo saver - URL, background, social Downloader - JPG, PNG, bulk picture grabber
Dateigröße 89.28 KB
Installationsanzahl 50,000
Aktuelle Version 1.0.0
Letztes Update 2021-03-02
Veröffentlichungsdatum 2021-03-02
Bewertung 4.17/5 Insgesamt 35 Bewertungen
Entwickler johnwalley
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://service-pages.info/extensions/privacy_policy
Unterstützte Sprachen id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.0",
    "minimum_chrome_version": "31",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "\/icon_128.png",
        "default_popup": "\/views\/popup.html"
    },
    "icons": {
        "16": "\/icon_16.png",
        "48": "\/icon_48.png",
        "128": "\/icon_128.png"
    },
    "web_accessible_resources": [
        "\/images\/open.png",
        "\/images\/download.png"
    ],
    "background": {
        "scripts": [
            "\/scripts\/defaults.js"
        ]
    },
    "options_page": "\/views\/options.html"
}