DeviantArt easy download
Simplify image download on Deviant Art
Was ist DeviantArt easy download?
DeviantArt easy download ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Simplify image download on Deviant Art".
Erweiterungsscreenshots
DeviantArt easy download-Erweiterungs-CRX-Datei herunterladen
Laden Sie DeviantArt easy download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | DeviantArt easy download |
ID | fhljkabkmnoeecgibakgnkkdmheccecg |
Offizielle URL | https://chromewebstore.google.com/detail/deviantart-easy-download/fhljkabkmnoeecgibakgnkkdmheccecg |
Beschreibung | Simplify image download on Deviant Art |
Dateigröße | 11.39 KB |
Installationsanzahl | 1,497 |
Aktuelle Version | 0.2 |
Letztes Update | 2014-06-19 |
Veröffentlichungsdatum | 2014-06-19 |
Bewertung | 2.64/5 Insgesamt 33 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |