DeviantArt easy download
Simplify image download on Deviant Art
Qu'est-ce que DeviantArt easy download ?
DeviantArt easy download est une extension Chrome développée par Unknown, et sa fonction principale est "Simplify image download on Deviant Art".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DeviantArt easy download
Téléchargez les fichiers d'extension DeviantArt easy download au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | DeviantArt easy download |
ID | fhljkabkmnoeecgibakgnkkdmheccecg |
URL Officiel | https://chromewebstore.google.com/detail/deviantart-easy-download/fhljkabkmnoeecgibakgnkkdmheccecg |
Description | Simplify image download on Deviant Art |
Taille du Fichier | 11.39 KB |
Nombre d'Installations | 1,497 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2014-06-19 |
Date de Publication | 2014-06-19 |
Évaluation | 2.64/5 Total 33 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |