DIIFR

DIIFR

Download images in full resolution. Now without deviantart :(

Merlin
Additional files are visible only to premium users

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