Print Cleaning Firefox

Examine source code of Print Cleaning

Inspect and view changes in Print Cleaning source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Print Cleaning",
  "version": "1.0",
  "description": "Cleans the page for better printing by removing headers, sidebars, ads, 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": "{2213687e-6ded-4f94-bb4e-c07f5d28bd95}",
      "strict_min_version": "114.0"
    }
  }
}

Best Print Cleaning Alternatives

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