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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}