CF Automatic Mashup Generator Firefox

Examine source code of CF Automatic Mashup Generator

By: Everest Add-on
Inspect and view changes in CF Automatic Mashup Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Codeforces Auto Mashup Generator",
  "version": "1.1",
  "description": "Automatically generates custom mashups using advanced filtering.",
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://codeforces.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://codeforces.com/mashup/new"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "cf-mashup-extension@your-name.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best CF Automatic Mashup Generator Alternatives

Here are some Firefox add-ons that are similar to CF Automatic Mashup Generator: