Print Cleaner Firefox

Examine source code of Print Cleaner

Inspect and view changes in Print Cleaner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Print Cleaner",
  "version": "1.0",
  "description": "Temporarily cleans the page (hides sidebars/ads/backgrounds) to make it easier to print.",
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Clean page for print"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "printcleaner-001@youraddons",
      "strict_min_version": "91.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [],
        "description": "This extension does not collect, store, or transmit any user data."
      }
    }
  },
  "data_collection_permissions": {
    "collects_data": false,
    "description": "This extension does not collect, store, or transmit any user data."
  }
}

Best Print Cleaner Alternatives

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