DeviantArt easy download
Simplify image download on Deviant Art
Что такое DeviantArt easy download?
DeviantArt easy download - это расширение Chrome, разработанное Unknown, и его основная функция - "Simplify image download on Deviant Art".
Снимки экрана расширения
Скачать файл CRX расширения DeviantArt easy download
Скачайте файлы расширений DeviantArt easy download в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | DeviantArt easy download |
ID | fhljkabkmnoeecgibakgnkkdmheccecg |
Официальный URL | https://chromewebstore.google.com/detail/deviantart-easy-download/fhljkabkmnoeecgibakgnkkdmheccecg |
Описание | Simplify image download on Deviant Art |
Размер файла | 11.39 KB |
Количество установок | 1,497 |
Текущая Версия | 0.2 |
Последнее Обновление | 2014-06-19 |
Дата публикации | 2014-06-19 |
Рейтинг | 2.64/5 Всего 33 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Поддерживаемые языки | 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" } ] } |