DeviantArt easy download

Simplify image download on Deviant Art

什么是DeviantArt easy download?

DeviantArt easy download是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Simplify image download on Deviant Art”。

扩展截图

screenshot
screenshot

下载DeviantArt easy download扩展crx文件

下载DeviantArt easy download扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Download images from DeviantArt without confirmation, with a simple click.

The "Download" button now save the image on the larger size possible.

Pressing "D" will download the image as well.

If no download button would normally be shown, 
the button will be shown anyway, 
and the downloaded image will be the zoomed version displayed on the galery.

PS: the loading of the extension may take soem seconds, 
it will be done loading when the download button's text changes to "Download FASTER".

Note : This extension is not afiliated with www.deviantart.com.                    

扩展基本信息

名称 DeviantArt easy download DeviantArt easy download
ID fhljkabkmnoeecgibakgnkkdmheccecg
官方URL https://chromewebstore.google.com/detail/deviantart-easy-download/fhljkabkmnoeecgibakgnkkdmheccecg
简介 Simplify image download on Deviant Art
文件大小 11.39 KB
安装次数 1,497
当前版本 0.2
更新时间 2014-06-19
上架时间 2014-06-19
评分 2.64/5 共33次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DeviantArt easy download",
    "description": "Simplify image download on Deviant Art",
    "version": "0.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.deviantart.com\/*",
                "*:\/\/*.deviantart.net\/*"
            ],
            "js": [
                "setjsgallery.js"
            ],
            "run_at": "document_end"
        }
    ]
}