DeviantArt easy download

Simplify image download on Deviant Art

O que é DeviantArt easy download?

DeviantArt easy download é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Simplify image download on Deviant Art".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão DeviantArt easy download

Baixe arquivos de extensão DeviantArt easy download no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome DeviantArt easy download DeviantArt easy download
ID fhljkabkmnoeecgibakgnkkdmheccecg
URL Oficial https://chromewebstore.google.com/detail/deviantart-easy-download/fhljkabkmnoeecgibakgnkkdmheccecg
Descrição Simplify image download on Deviant Art
Tamanho do Arquivo 11.39 KB
Contagem de Instalações 1,497
Versão Atual 0.2
Última Atualização 2014-06-19
Data de Publicação 2014-06-19
Classificação 2.64/5 Total de 33 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}