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
Eメール [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"
    }
}