Page Corrector Firefox

Examine source code of Page Corrector

By: vov
Inspect and view changes in Page Corrector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Page Corrector",
  "author": "vov",
  "version": "1.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "pagecorrector@vov-ch",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "description": "Удаляет элементы по ID/классам.",
  "icons": {
    "48": "icons/circular_icon.svg"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "downloads"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Page Corrector"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Page Corrector Alternatives

Here are some Firefox add-ons that are similar to Page Corrector: