Free image downloader

Easily download any image from website in one click using the Free image downloader

Τι είναι το Free image downloader;

Το Free image downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον fontlucker, και η κύρια λειτουργία του είναι "Easily download any image from website in one click using the Free image downloader".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Free image downloader

Λήψη αρχείων επέκτασης Free image downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        🌟 **Browser Extension "Free Image Downloader"**

📷 **Instantly Download Images from Any Website!**

Are you looking for a simple and effective way to download photos from websites? Our browser extension "Free Image Downloader" is your reliable tool for quick and convenient image saving!

✨ **Features:**

1. **Photo Downloader:** Download images from any website with just one click.

2. **YouTube Thumbnail Download:** Quickly save video thumbnails from YouTube.

3. **Instagram Photo Download:** Save photos from Instagram in a snap.

4. **Thumbnail Download:** Download reduced-size images from any page.

5. **Download Images from Website:** Easily and quickly download images from websites.

6. **Pinterest Photo Download:** Efficiently save images from Pinterest.

7. **Download All Photos from Google Photos:** Download all photos from Google Photos with a single click.

8. **Supports PNG, JPG, GIF:** Our extension supports all popular image formats.

🚀 **Advantages:**

- User-Friendly: Download photos quickly and easily, even without special skills.
- Maximum Compatibility: Support for various image formats for your convenience.
- Free to Use: All extension features are available absolutely free.

📥 **Start Today!** Install our "Free Image Downloader" extension and enjoy a simple and fast way to download images from any website!

🔗 **Compatible with popular browsers: Chrome, Firefox, Safari.**

*Note: The extension is not intended for illegal use and copyright infringement. Please use it with respect for the rights of content owners.*                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Free image downloader Free image downloader
ID obedkjaaifedcfidfdjoinfaphghmbfl
Επίσημο URL https://chromewebstore.google.com/detail/free-image-downloader/obedkjaaifedcfidfdjoinfaphghmbfl
Περιγραφή Easily download any image from website in one click using the Free image downloader
Μέγεθος Αρχείου 1.6 MB
Αριθμός Εγκαταστάσεων 2,346
Τρέχουσα Έκδοση 0.0.6
Τελευταία Ενημέρωση 2024-01-25
Ημερομηνία Δημοσίευσης 2022-03-21
Αξιολόγηση 4.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής fontlucker
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1VdvBnv7FoO7hG2rE01agSxZxRil0oVSCpPNuX6j4J3s
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "Downloader Images",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.6",
    "action": {
        "default_icon": "img\/imageye128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "icons": {
        "128": "img\/imageye128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}