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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |