DeviantArt easy download

Simplify image download on Deviant Art

Apa itu DeviantArt easy download?

DeviantArt easy download adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Simplify image download on Deviant Art".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi DeviantArt easy download

Unduh file ekstensi DeviantArt easy download dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama DeviantArt easy download DeviantArt easy download
ID fhljkabkmnoeecgibakgnkkdmheccecg
URL Resmi https://chromewebstore.google.com/detail/deviantart-easy-download/fhljkabkmnoeecgibakgnkkdmheccecg
Deskripsi Simplify image download on Deviant Art
Ukuran File 11.39 KB
Jumlah Instalasi 1,497
Versi Saat Ini 0.2
Terakhir Diperbarui 2014-06-19
Tanggal Publikasi 2014-06-19
Penilaian 2.64/5 Total 33 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}