Clean Printer Firefox

Examine source code of Clean Printer

Inspect and view changes in Clean Printer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Clean Printer",
  "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 Printer",
    "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": "{f606a4aa-74e7-4123-934f-dd87bd0ce46f}",
      "strict_min_version": "114.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Clean Printer Alternatives

Here are some Firefox add-ons that are similar to Clean Printer: