DeviantArt easy download

Simplify image download on Deviant Art

Wat is DeviantArt easy download?

DeviantArt easy download is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Simplify image download on Deviant Art".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie DeviantArt easy download

Download DeviantArt easy download-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DeviantArt easy download DeviantArt easy download
ID fhljkabkmnoeecgibakgnkkdmheccecg
Officiële URL https://chromewebstore.google.com/detail/deviantart-easy-download/fhljkabkmnoeecgibakgnkkdmheccecg
Beschrijving Simplify image download on Deviant Art
Bestandsgrootte 11.39 KB
Aantal Installaties 1,497
Huidige Versie 0.2
Laatst Bijgewerkt 2014-06-19
Publicatiedatum 2014-06-19
Beoordeling 2.64/5 Totaal 33 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}