DIIFR

Download images in full resolution. Now without deviantart :(

什么是DIIFR?

DIIFR是由Tsuno Erober开发的Chrome扩展程序,该扩展的主要功能是“Download images in full resolution. Now without deviantart :(”。

扩展截图

screenshot

下载DIIFR扩展crx文件

下载DIIFR扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Currently:
    Twitter
    HentaiFoundry SWFs
    exhentai/ehentai galleries
    baraag

Look for the symbol                    

扩展基本信息

名称 DIIFR DIIFR
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"
    }
}