All Image Downloader || OCEAN OF ANYTHING

All Image Downloader In Active Tab In .zip File. Easily Download Or Save Photos From Any Website And Webpage

Τι είναι το All Image Downloader || OCEAN OF ANYTHING;

Το All Image Downloader || OCEAN OF ANYTHING είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον OCEAN OF ANYTHING, και η κύρια λειτουργία του είναι "All Image Downloader In Active Tab In .zip File. Easily Download Or Save Photos From Any Website And Webpage".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης All Image Downloader || OCEAN OF ANYTHING

Λήψη αρχείων επέκτασης All Image Downloader || OCEAN OF ANYTHING σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Download All Images In Active Tab In .zip File. Easily Download Or Save Photos From Any Website And Webpage

Key features
================================
✔️ Super easy to use: just click the icon!
✔️ Outputs all images in 1 zip file 
✔️ Supports many formats: jpg, png, gif, svg, webp, base64, etc. 
✔️ Can handle hundreds of images
✔️ Finds lazy loaded images
✔️ Follows links to original image
✔️ Requires only minimal permissions
✔️ Works in incognito mode

How it works
================================
1. Click the add-on icon to start
➜ Extension searches the active tab for images
➜ Extension downloads all discovered images and creates a zip file
2. Unzip and do whatever!

Extension needs permission to access URLs to be able to download images directly on your device. This gives user privacy knowing their activities are not visible to developer. Review permissions disclaimer below to understand why specific permissions are requested.

Minimum permissions disclaimer
================================ 
"activeTab"
Extension analyzes active tab to determine what images to download

"http://*/*" and "https://*/*"
Actual images are hosted over various domains. This permission is needed to enable CORS to fetch image data directly on user's device in javascript. The request is direct from user's device to server hosting the image (no proxies or other servers are being used). This permission is the minimal permission needed to accomplish this core extension functionality.

"contextMenus"
This extension has no significant UI, therefore non-core extension features are accessible through the context menu

"storage"
for saving user preferences

Privacy Policy
================================
https://oceanofanythingofficial.github.io/All-Image-Downloader/Privacy%20Policy.html                    

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

Όνομα All Image Downloader || OCEAN OF ANYTHING All Image Downloader || OCEAN OF ANYTHING
ID malfobfbcaanfiahmmjllljpcfmiodhp
Επίσημο URL https://chromewebstore.google.com/detail/all-image-downloader-ocea/malfobfbcaanfiahmmjllljpcfmiodhp
Περιγραφή All Image Downloader In Active Tab In .zip File. Easily Download Or Save Photos From Any Website And Webpage
Μέγεθος Αρχείου 334 KB
Αριθμός Εγκαταστάσεων 45
Τρέχουσα Έκδοση 1.0.0.0
Τελευταία Ενημέρωση 2022-02-03
Ημερομηνία Δημοσίευσης 2022-02-02
Προγραμματιστής OCEAN OF ANYTHING
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://oceanofanythingofficial.github.io
Διεύθυνση URL της Σελίδας Βοήθειας https://oceanofanythingofficial.github.io/pages/contact/
URL της Σελίδας Πολιτικής Απορρήτου https://oceanofanythingofficial.github.io/All-Chrome-Extension-Privacy-Policy/Privacy%20Policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/16x16.png",
            "24": "assets\/24x24.png",
            "30": "assets\/30x30.png",
            "32": "assets\/32x32.png",
            "42": "assets\/42x42.png",
            "48": "assets\/48x48.png",
            "50": "assets\/50x50.png",
            "54": "assets\/54x54.png",
            "70": "assets\/70x70.png",
            "90": "assets\/90x90.png",
            "120": "assets\/120x120.png",
            "128": "assets\/128x128.png",
            "150": "assets\/150x150.png",
            "210": "assets\/210x210.png",
            "256": "assets\/256x256.png",
            "270": "assets\/270x270.png"
        },
        "default_title": "__MSG_app_action__"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/oceanofanythingofficial.github.io\/",
    "icons": {
        "16": "assets\/16x16.png",
        "24": "assets\/24x24.png",
        "30": "assets\/30x30.png",
        "32": "assets\/32x32.png",
        "42": "assets\/42x42.png",
        "48": "assets\/48x48.png",
        "50": "assets\/50x50.png",
        "54": "assets\/54x54.png",
        "70": "assets\/70x70.png",
        "90": "assets\/90x90.png",
        "120": "assets\/120x120.png",
        "128": "assets\/128x128.png",
        "150": "assets\/150x150.png",
        "210": "assets\/210x210.png",
        "256": "assets\/256x256.png",
        "270": "assets\/270x270.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_appName__",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "__MSG_appShortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.0"
}