AI Waifu Explorer

AI Waifu Explorer

Adds functionality to thisanimedoesnotexist.ai

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AI Waifu Explorer",
  "description": "Adds functionality to thisanimedoesnotexist.ai",
  "version": "1.01",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://thisanimedoesnotexist.ai/slider.html*"
      ],
      "run_at": "document_end",
      "css": [
        "css.css"
      ],
      "js": [
        "gifshot-min.js",
        "js.js"
      ]
    }
  ]
}