MakerWorld Print Info Firefox

Examine source code of MakerWorld Print Info

Inspect and view changes in MakerWorld Print Info source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "MakerWorld Print Info",
  "version": "1.1.0",
  "description": "Zeigt (einstellbar) Druckzeit und Gewicht für MakerWorld-Modelle auf der Übersichtsseite an.",
  "author": "David Fischer",
  "homepage_url": "https://github.com/DerKatzeLP/makerworld-print-info",
  "icons": {
    "48": "icon_48.png",
    "64": "icon_64.png",
    "96": "icon_96.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://makerworld.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://makerworld.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "makerworld-print-info@david-fischer.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best MakerWorld Print Info Alternatives

Here are some Firefox add-ons that are similar to MakerWorld Print Info: