DIIFR
Download images in full resolution. Now without deviantart :(
ما هو DIIFR؟
DIIFR هو إضافة Chrome تم تطويرها بواسطة Tsuno Erober، والميزة الرئيسية لها هي "Download images in full resolution. Now without deviantart :(".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DIIFR
قم بتنزيل ملفات الامتداد DIIFR بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Currently: Twitter HentaiFoundry SWFs exhentai/ehentai galleries baraag Look for the symbol
معلومات أساسية عن التمديد
الاسم | |
ID | pocmdpefljmfkkeckgafmmgdfggkieme |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/diifr/pocmdpefljmfkkeckgafmmgdfggkieme |
الوصف | Download images in full resolution. Now without deviantart :( |
حجم الملف | 38.52 KB |
عدد التثبيتات | 328 |
النسخة الحالية | 2.2 |
آخر تحديث | 2022-10-10 |
تاريخ النشر | 2019-11-10 |
تقييم | 1.00/5 مجموع تقييمات 2 |
المطور | Tsuno Erober |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DIIFR", "version": "2.2", "description": "Download images in full resolution. Now without deviantart :(", "homepage_url": "http:\/\/tsuno.bplaced.net", "action": { "default_icon": { "48": "icon.png", "128": "icon.png" }, "default_title": "DIIFR", "default_popup": "popup.htm" }, "icons": { "48": "icon.png", "128": "icon.png" }, "permissions": [ "downloads" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "twitter.js" ] }, { "matches": [ "http:\/\/www.hentai-foundry.com\/pictures\/user\/*\/*\/*" ], "js": [ "h-f.js" ] }, { "matches": [ "https:\/\/exhentai.org\/g\/*\/*\/" ], "js": [ "exhentai.js" ] }, { "matches": [ "https:\/\/e-hentai.org\/g\/*\/*\/" ], "js": [ "exhentai.js" ] }, { "matches": [ "https:\/\/baraag.net\/@*" ], "js": [ "baraag.js" ] } ], "background": { "service_worker": "background.js" } } |