Preview Print Cleaner Firefox

Examine source code of Preview Print Cleaner

Inspect and view changes in Preview Print Cleaner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Preview Print Cleaner",
  "version": "1.0",
  "description": "Cleans the page for better printing by removing headers, sidebars, ads and footers.",
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_title": "Clean & Print",
    "default_icon": "icons/icon64.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b9e4b622-8f20-4f65-bf9b-2df043c1e351}",
      "strict_min_version": "114.0"
    }
  }
}

Best Preview Print Cleaner Alternatives

Here are some Firefox add-ons that are similar to Preview Print Cleaner: