Transparent standalone images Firefox

Examine source code of Transparent standalone images

By: Jared W
Inspect and view changes in Transparent standalone images source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Transparent Standalone Images",
  "version": "2.2resigned1",
  "description": "This add-on renders standalone images on a transparent background, so you can see the image in all its glory!",
  "icons": {
    "64": "appearance-64.png"
  },
  "permissions": [
    "tabs",
    "file:///*",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "file:///*",
        "*://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "jid0-ezUl0hF1SPM9hLO5BMBkNoblB8s@jetpack"
    }
  }
}

Best Transparent standalone images Alternatives

Here are some Firefox add-ons that are similar to Transparent standalone images: