DeviantArt easy download
Simplify image download on Deviant Art
Cos'è DeviantArt easy download?
DeviantArt easy download è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Simplify image download on Deviant Art".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DeviantArt easy download
Scarica i file di estensione DeviantArt easy download in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | DeviantArt easy download |
ID | fhljkabkmnoeecgibakgnkkdmheccecg |
URL Ufficiale | https://chromewebstore.google.com/detail/deviantart-easy-download/fhljkabkmnoeecgibakgnkkdmheccecg |
Descrizione | Simplify image download on Deviant Art |
Dimensione del File | 11.39 KB |
Conteggio Installazioni | 1,497 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2014-06-19 |
Data di Pubblicazione | 2014-06-19 |
Valutazione | 2.64/5 Totale 33 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |