Image downloader

Chrome extension for downlading images.

What is Image downloader?

Image downloader is a Chrome extension developed by https://wonism.github.io, and its main feature is "Chrome extension for downlading images.".

Extension Screenshots

screenshot
screenshot

Download Image downloader Extension CRX File

Download Image downloader 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

                        It helps you can download images by "one click".
You can use it in instagram, facebook, pinterest, etc.                    

Extension Basic Information

Name Image downloader Image downloader
ID fadkffkdccpljkdhnbgkdjphlofgideg
Official URL https://chromewebstore.google.com/detail/image-downloader/fadkffkdccpljkdhnbgkdjphlofgideg
Description Chrome extension for downlading images.
File Size 19.68 KB
Installation Count 6,739
Current Version 1.0.6
Last Updated 2018-04-29
Publish Date 2018-04-29
Rating 4.25/5 Total 20 Ratings
Developer https://wonism.github.io
Email [email protected]
Payment Type free
Extension Website https://wonism.github.io/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image downloader",
    "description": "Chrome extension for downlading images.",
    "version": "1.0.6",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        ""
    ]
}