DeviantArt easy download

Simplify image download on Deviant Art

Vad är DeviantArt easy download?

DeviantArt easy download är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Simplify image download on Deviant Art".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner DeviantArt easy download-förlängningens CRX-fil

Ladda ner DeviantArt easy download-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn DeviantArt easy download DeviantArt easy download
ID fhljkabkmnoeecgibakgnkkdmheccecg
Officiell webbadress https://chromewebstore.google.com/detail/deviantart-easy-download/fhljkabkmnoeecgibakgnkkdmheccecg
Beskrivning Simplify image download on Deviant Art
Filstorlek 11.39 KB
Antal Installationer 1,497
Aktuell Version 0.2
Senast Uppdaterad 2014-06-19
Publiceringsdatum 2014-06-19
Betyg 2.64/5 Totalt 33 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
        }
    ]
}