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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } ] } |