DeviantArt easy download

Simplify image download on Deviant Art

Hvad er DeviantArt easy download?

DeviantArt easy download er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Simplify image download on Deviant Art".

Udvidelsesskærmbilleder

screenshot
screenshot

Download DeviantArt easy download-udvidelses-CRX-fil

Download DeviantArt easy download-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn DeviantArt easy download DeviantArt easy download
ID fhljkabkmnoeecgibakgnkkdmheccecg
Officiel URL https://chromewebstore.google.com/detail/deviantart-easy-download/fhljkabkmnoeecgibakgnkkdmheccecg
Beskrivelse Simplify image download on Deviant Art
Filstørrelse 11.39 KB
Antal Installationer 1,497
Nuværende Version 0.2
Senest Opdateret 2014-06-19
Udgivelsesdato 2014-06-19
Bedømmelse 2.64/5 Samlet 33 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}