demoexttmt Firefox

Examine source code of demoexttmt

By: Y21Ext
Inspect and view changes in demoexttmt source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "demoexttmt",
  "version": "1.2",
  "description": "Adds a red border to all webpages matching mozilla.org website",
  "icons": {
    "48": "icons/border-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mozilla.org/*"
      ],
      "js": [
        "borderify.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "hello@g43.in",
      "strict_min_version": "65.0"
    }
  }
}

Best demoexttmt Alternatives

Here are some Firefox add-ons that are similar to demoexttmt: