Tampermonkey Mini Firefox

Examine source code of Tampermonkey Mini

By: Heraci
Inspect and view changes in Tampermonkey Mini source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tampermonkey Mini",
  "version": "1.0",
  "description": "Write custom JavaScript for specific websites",
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Tampermonkey Mini",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{99d00f49-2f29-4ebc-9e9f-b0361e3cfa6a}"
    }
  }
}

Best Tampermonkey Mini Alternatives

Here are some Firefox add-ons that are similar to Tampermonkey Mini: