WikifeetForEuropeans

WikifeetForEuropeans

Allows you to view images on wikifeet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WikifeetForEuropeans",
  "description": "Allows you to view images on wikifeet",
  "version": "1.0.4",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "*://www.wikifeet.com/*",
        "*://wikifeet.com/*",
        "*://www.wikifeetx.com/*",
        "*://wikifeetx.com/*",
        "*://men.wikifeet.com/*"
      ],
      "js": [
        "wf.js"
      ]
    }
  ],
  "icons": {
    "128": "logo.jpg"
  }
}