Thingiverse Improved Firefox

Examine source code of Thingiverse Improved

By: Outpox
Inspect and view changes in Thingiverse Improved source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Thingiverse Improved",
  "description": "Improve Thingiverse by readding \"likes\" count and other useful informations that were removed in the 2020 redesign.",
  "version": "1.0",
  "icons": {
    "16": "icons/favicon-16x16.png",
    "48": "icons/favicon-48x48.png",
    "192": "icons/favicon-192x192.png"
  },
  "permissions": [
    "*://*.thingiverse.com/*"
  ],
  "background": {
    "scripts": [
      "lib/browser-polyfill.min.js",
      "src/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.thingiverse.com/thing*"
      ],
      "js": [
        "lib/browser-polyfill.min.js",
        "src/thing.js"
      ]
    }
  ]
}

Best Thingiverse Improved Alternatives

Here are some Firefox add-ons that are similar to Thingiverse Improved: