Waifu Image Replacer Firefox

Examine source code of Waifu Image Replacer

Inspect and view changes in Waifu Image Replacer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Random Image Replacer",
  "version": "1.0.1",
  "description": "Replace images with random images from an API",
  "permissions": [
    "menus",
    "activeTab",
    "tabs",
    "storage",
    "https://api.waifu.im/*",
    "https://cdn.waifu.im/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "random-image-replacer@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Waifu Image Replacer Alternatives

Here are some Firefox add-ons that are similar to Waifu Image Replacer: