DIIFR

Download images in full resolution. Now without deviantart :(

What is DIIFR?

DIIFR is a Chrome extension developed by Tsuno Erober, and its main feature is "Download images in full resolution. Now without deviantart :(".

Extension Screenshots

screenshot

Download DIIFR Extension CRX File

Download DIIFR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Currently:
    Twitter
    HentaiFoundry SWFs
    exhentai/ehentai galleries
    baraag

Look for the symbol                    

Extension Basic Information

Name DIIFR DIIFR
ID pocmdpefljmfkkeckgafmmgdfggkieme
Official URL https://chromewebstore.google.com/detail/diifr/pocmdpefljmfkkeckgafmmgdfggkieme
Description Download images in full resolution. Now without deviantart :(
File Size 38.52 KB
Installation Count 328
Current Version 2.2
Last Updated 2022-10-10
Publish Date 2019-11-10
Rating 1.00/5 Total 2 Ratings
Developer Tsuno Erober
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}