Ruffle SWF Grabber Firefox

Examine source code of Ruffle SWF Grabber

Inspect and view changes in Ruffle SWF Grabber source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Ruffle SWF Grabber",
  "version": "1.1.0",
  "description": "Detects SWF files, enables Ruffle's native download menu, and provides a direct download manager.",
  "author": "Osman Onur Koç (@osmanonurkoc)",
  "homepage_url": "https://osmanonurkoc.com",
  "permissions": [
    "webRequest",
    "storage",
    "scripting",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Ruffle SWF Grabber",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "ruffle_injector.js"
      ],
      "run_at": "document_start",
      "world": "MAIN",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@antiruffle-1234567890",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "109.0"
    }
  }
}

Best Ruffle SWF Grabber Alternatives

Here are some Firefox add-ons that are similar to Ruffle SWF Grabber: