FreeDOM:Unlock Elements Firefox

Examine source code of FreeDOM:Unlock Elements

Par : xodbox
Inspect and view changes in FreeDOM:Unlock Elements source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FreeDOM",
  "version": "1.0.0",
  "description": "Quickly remove disabled, readonly, or hidden attributes from elements on any page.",
  "author": "Yugal Sharma",
  "homepage_url": "https://www.linkedin.com/in/yugal-sharma/",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "commands": {
    "enable-selection": {
      "suggested_key": {
        "default": "Ctrl+Alt+E"
      },
      "description": "Enable Selection Mode"
    },
    "enable-all": {
      "suggested_key": {
        "default": "Ctrl+Alt+A"
      },
      "description": "Enable All Elements"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    },
    "default_title": "FreeDOM",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3390f332-00d6-4daa-a119-349c73890598}"
    }
  }
}

Meilleures alternatives FreeDOM:Unlock Elements

Voici quelques Firefox add-ons qui sont similaires à FreeDOM:Unlock Elements :