Zerochan Image Downloader
Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality
ما هو Zerochan Image Downloader؟
Zerochan Image Downloader هو إضافة Chrome تم تطويرها بواسطة stfndeutsch، والميزة الرئيسية لها هي "Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Zerochan Image Downloader
قم بتنزيل ملفات الامتداد Zerochan Image Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality!
معلومات أساسية عن التمديد
الاسم | |
ID | ddflkoclnboehclbbkkhecijcflckeoi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/zerochan-image-downloader/ddflkoclnboehclbbkkhecijcflckeoi |
الوصف | Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality |
حجم الملف | 34.2 KB |
عدد التثبيتات | 407 |
النسخة الحالية | 2.0.5 |
آخر تحديث | 2023-06-13 |
تاريخ النشر | 2020-10-13 |
تقييم | 4.33/5 مجموع تقييمات 6 |
المطور | stfndeutsch |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zerochan Image Downloader", "version": "2.0.5", "description": "Tired of manually saving the pictures you found on ZeroChan? Just click the little disc icon to download the Picture in full quality", "homepage_url": "https:\/\/www.zerochan.net\/", "manifest_version": 3, "minimum_chrome_version": "88", "icons": { "32": "media\/zcd-32.png", "64": "media\/zcd-64.png", "128": "media\/zcd-128.png" }, "permissions": [ "downloads" ], "host_permissions": [ "*:\/\/*.zerochan.net\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.zerochan.net\/*" ], "js": [ "main.js" ] } ] } |