Unfixed! - Fixed Elements Remover Firefox

Examine source code of Unfixed! - Fixed Elements Remover

Inspect and view changes in Unfixed! - Fixed Elements Remover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Unfixed! - Fixed Elements Remover",
  "version": "0.0.3",
  "description": "A simple browser extension to remove all fixed elements on the page.",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Click to remove fixed elements from current page.",
    "default_icon": {
      "16": "images/logo_16.png",
      "32": "images/logo_32.png",
      "48": "images/logo_48.png",
      "128": "images/logo_128.png"
    }
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+U"
      }
    }
  },
  "icons": {
    "16": "images/logo_16.png",
    "32": "images/logo_32.png",
    "48": "images/logo_48.png",
    "128": "images/logo_128.png"
  },
  "manifest_version": 2
}

Best Unfixed! - Fixed Elements Remover Alternatives

Here are some Firefox add-ons that are similar to Unfixed! - Fixed Elements Remover: