Thingiverse Fixer

Thingiverse Fixer

Download all as Zip, and remove timer and ads from individual downloads.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Thingiverse Fixer",
  "description": "Download all as Zip, and remove timer and ads from individual downloads.",
  "version": "1.3.0",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "https://www.thingiverse.com/*",
        "http://www.thingiverse.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/t16.png",
      "32": "/images/t32.png",
      "48": "/images/t48.png",
      "128": "/images/t128.png"
    }
  },
  "icons": {
    "16": "/images/tz16.png",
    "32": "/images/tz32.png",
    "48": "/images/tz48.png",
    "128": "/images/tz128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e81a4bdb-a965-498a-a582-4b7d4886ac2e}"
    }
  }
}