FurAffinity Extender Firefox

Examine source code of FurAffinity Extender

Par : Kauko
Inspect and view changes in FurAffinity Extender source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "FurAffinity Extender",
  "manifest_version": 3,
  "description": "FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features.",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.furaffinity.net/*"
      ],
      "js": [
        "page_inject.bundle.js",
        "vendor.bundle.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "tabdelay.html"
      ],
      "matches": [
        "*://*.furaffinity.net/*"
      ]
    }
  ],
  "homepage_url": "https://cheeplusplus.github.io/faextender-chrome/",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "downloads"
  ],
  "version": "3.2.6",
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "faextender@neocodenetworks.com",
      "strict_min_version": "109.0"
    }
  }
}

Meilleures alternatives FurAffinity Extender

Voici quelques Firefox add-ons qui sont similaires à FurAffinity Extender :