DeviantArt easy download

Simplify image download on Deviant Art

Co je DeviantArt easy download?

DeviantArt easy download je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Simplify image download on Deviant Art“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření DeviantArt easy download

Stáhněte si soubory rozšíření DeviantArt easy download ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název DeviantArt easy download DeviantArt easy download
ID fhljkabkmnoeecgibakgnkkdmheccecg
Oficiální URL https://chromewebstore.google.com/detail/deviantart-easy-download/fhljkabkmnoeecgibakgnkkdmheccecg
Popis Simplify image download on Deviant Art
Velikost souboru 11.39 KB
Počet instalací 1,497
Aktuální Verze 0.2
Poslední Aktualizace 2014-06-19
Datum Vydání 2014-06-19
Hodnocení 2.64/5 Celkem 33 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}