DIIFR

Download images in full resolution. Now without deviantart :(

Qu'est-ce que DIIFR ?

DIIFR est une extension Chrome développée par Tsuno Erober, et sa fonction principale est "Download images in full resolution. Now without deviantart :(".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DIIFR

Téléchargez les fichiers d'extension DIIFR au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Currently:
    Twitter
    HentaiFoundry SWFs
    exhentai/ehentai galleries
    baraag

Look for the symbol                    

Informations de Base sur l'Extension

Nom DIIFR DIIFR
ID pocmdpefljmfkkeckgafmmgdfggkieme
URL Officiel https://chromewebstore.google.com/detail/diifr/pocmdpefljmfkkeckgafmmgdfggkieme
Description Download images in full resolution. Now without deviantart :(
Taille du Fichier 38.52 KB
Nombre d'Installations 328
Version Actuelle 2.2
Dernière Mise à Jour 2022-10-10
Date de Publication 2019-11-10
Évaluation 1.00/5 Total 2 Évaluations
Développeur Tsuno Erober
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}