GetThemAll

Download all the images on a webpage

What is GetThemAll?

GetThemAll is a Chrome extension developed by federerchou, and its main feature is "Download all the images on a webpage".

Extension Screenshots

screenshot

Download GetThemAll Extension CRX File

Download GetThemAll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        You can use this extension to download all the images on a webpage. You can specify the folder you want these images to save to.                    

Extension Basic Information

Name GetThemAll GetThemAll
ID fhkjfciooifcflkailbnchdaihccdebf
Official URL https://chrome.google.com/webstore/detail/getthemall/fhkjfciooifcflkailbnchdaihccdebf
Description Download all the images on a webpage
File Size 207 KB
Installation Count 31,420
Current Version 1.2.3
Last Updated 2018-01-25
Publish Date 2018-01-25
Rating 2.32/5 Total 119 Ratings
Developer federerchou
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GetThemAll",
    "description": "Download all the images on a webpage",
    "version": "1.2.3",
    "author": "[email protected]",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "GetThemAll"
    },
    "background": {
        "scripts": [
            "manager.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "downloads",
        "file:\/\/*"
    ]
}