DIIFR
Download images in full resolution. Now without deviantart :(
DIIFR là gì?
DIIFR là một tiện ích mở rộng Chrome được phát triển bởi Tsuno Erober, và tính năng chính của nó là "Download images in full resolution. Now without deviantart :(".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DIIFR
Tải xuống các tệp mở rộng DIIFR dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Currently: Twitter HentaiFoundry SWFs exhentai/ehentai galleries baraag Look for the symbol
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pocmdpefljmfkkeckgafmmgdfggkieme |
URL Chính Thức | https://chromewebstore.google.com/detail/diifr/pocmdpefljmfkkeckgafmmgdfggkieme |
Mô tả | Download images in full resolution. Now without deviantart :( |
Kích Thước Tệp | 38.52 KB |
Số Lần Cài Đặt | 328 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2022-10-10 |
Ngày Phát Hành | 2019-11-10 |
Đánh Giá | 1.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Tsuno Erober |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |