MakerWorld Profile Scout Firefox

Examine source code of MakerWorld Profile Scout

Inspect and view changes in MakerWorld Profile Scout source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MakerWorld Profile Scout",
  "version": "0.1.1",
  "description": "Оценивает модели MakerWorld для выбора кандидатов под новый профиль печати.",
  "permissions": [
    "storage",
    "tabs",
    "https://makerworld.com/*",
    "https://*.makerworld.com/*"
  ],
  "browser_action": {
    "default_title": "MakerWorld Profile Scout",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://makerworld.com/*",
        "https://*.makerworld.com/*"
      ],
      "js": [
        "src/content.js"
      ],
      "css": [
        "styles/content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "makerworld-profile-scout@local.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "109.0"
    }
  }
}

Best MakerWorld Profile Scout Alternatives

Here are some Firefox add-ons that are similar to MakerWorld Profile Scout: